Html Css Color HEX #328318 Bilbao

📋 copy color: '#328318'

red 50 ◦ green 131 ◦ blue 24

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

Shades of Bilbao #328318

Tints of Bilbao #328318

RGB

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

 GREEN value IS 131 (51.56% from 255) = 63.9%

 BLUE value IS 24 (9.77% from 255) = 11.71%

R = 24.39%
G = 63.9%
B = 11.71%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#328318 (or 0x328318) is known color: Bilbao. HEX triplet: 32, 83 and 18. RGB value is (50,131,24). Sum of RGB (Red+Green+Blue) = 50+131+24=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 131 (51.56% from 255 or 63.90% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 131 - color contains mainly: green. Hex color #328318 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328318 is #CD7CE7. Grayscale: #5E5E5E. Windows color (decimal): -13466856 or 1606450. OLE color: 1606450.

HSL color Cylindrical-coordinate representation of color #328318: hue angle of 105.42º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #328318 is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 131 24 -
CMYK 0.62 0 0.82 0.49
HSL 105.42º 0.69% 0.3% -
HSV(B) 105.42º 0.82% 0.51% -
XYZ 9.6 16.98 3.64 -
YUV 94.58 88.16 96.2 -
System Red Green Blue C M Y K H S L
Decimal 50 131 24 0.62 0 0.82 0.49 105.42 0.69 0.3
Hex 32 83 18 3E 0 52 31 69 45 1E
Octal 62 203 30 76 0 122 61 151 105 36
Binary 110010 10000011 11000 111110 0 1010010 110001 1101001 1000101 11110

Color Harmonies of #328318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328318

Black with #328318

Text Example


Text Example

White with #328318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328318; }

 p { color: rgb(50,131,24); }

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

background-color css

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

 a { background-color: rgb(50,131,24); }

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

border-color css

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

 span { border-color: rgb(50,131,24); }

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