Html Css Color HEX #328822 Bilbao

📋 copy color: '#328822'

red 50 ◦ green 136 ◦ blue 34

#328822
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #328822

Tints of Bilbao #328822

RGB

 RED value IS 50 (19.92% from 255) = 22.73%

 GREEN value IS 136 (53.52% from 255) = 61.82%

 BLUE value IS 34 (13.67% from 255) = 15.45%

R = 22.73%
G = 61.82%
B = 15.45%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.75

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#328822 (or 0x328822) is known color: Bilbao. HEX triplet: 32, 88 and 22. RGB value is (50,136,34). Sum of RGB (Red+Green+Blue) = 50+136+34=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 136 (53.52% from 255 or 61.82% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 136 - color contains mainly: green. Hex color #328822 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328822 is #CD77DD. Grayscale: #626262. Windows color (decimal): -13465566 or 2263090. OLE color: 2263090.

HSL color Cylindrical-coordinate representation of color #328822: hue angle of 110.59º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #328822 is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 136 34 -
CMYK 0.63 0 0.75 0.47
HSL 110.59º 0.6% 0.33% -
HSV(B) 110.59º 0.75% 0.53% -
XYZ 10.41 18.4 4.52 -
YUV 98.66 91.51 93.29 -
System Red Green Blue C M Y K H S L
Decimal 50 136 34 0.63 0 0.75 0.47 110.59 0.6 0.33
Hex 32 88 22 3F 0 4B 2F 6F 3C 21
Octal 62 210 42 77 0 113 57 157 74 41
Binary 110010 10001000 100010 111111 0 1001011 101111 1101111 111100 100001

Color Harmonies of #328822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328822

Black with #328822

Text Example


Text Example

White with #328822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328822; }

 p { color: rgb(50,136,34); }

 H1.HeaderClassName
 {
   color: #328822;
 }
 .AnyTagClassName
 {
   color: #328822;
 }
</style>

background-color css

<style>
 a { background-color: #328822; }

 a { background-color: rgb(50,136,34); }

 div.DivClassName
 {
   background-color: #328822;
 }
 .BgClassName
 {
   background-color: #328822;
 }
</style>

border-color css

<style>
 span { border-color: #328822; }

 span { border-color: rgb(50,136,34); }

 td.TdClassName
 {
   border-color: #328822;
 }
 .TagClassName
 {
   border-color: #328822;
 }
</style>