Html Css Color HEX #327B18 Bilbao

📋 copy color: '#327B18'

red 50 ◦ green 123 ◦ blue 24

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

Shades of Bilbao #327B18

Tints of Bilbao #327B18

RGB

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

 GREEN value IS 123 (48.44% from 255) = 62.44%

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

R = 25.38%
G = 62.44%
B = 12.18%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.80

 K value IS 0.52

RGB Variations

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

Color information

#327B18 (or 0x327B18) is known color: Bilbao. HEX triplet: 32, 7B and 18. RGB value is (50,123,24). Sum of RGB (Red+Green+Blue) = 50+123+24=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 123 (48.44% from 255 or 62.44% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 123 - color contains mainly: green. Hex color #327B18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327B18 is #CD84E7. Grayscale: #5A5A5A. Windows color (decimal): -13468904 or 1604402. OLE color: 1604402.

HSL color Cylindrical-coordinate representation of color #327B18: hue angle of 104.24º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #327B18 is Cyan = 0.59, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB 50 123 24 -
CMYK 0.59 0 0.80 0.52
HSL 104.24º 0.67% 0.29% -
HSV(B) 104.24º 0.8% 0.48% -
XYZ 8.56 14.91 3.29 -
YUV 89.89 90.82 99.55 -
System Red Green Blue C M Y K H S L
Decimal 50 123 24 0.59 0 0.80 0.52 104.24 0.67 0.29
Hex 32 7B 18 3B 0 50 34 68 43 1D
Octal 62 173 30 73 0 120 64 150 103 35
Binary 110010 1111011 11000 111011 0 1010000 110100 1101000 1000011 11101

Color Harmonies of #327B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327B18

Black with #327B18

Text Example


Text Example

White with #327B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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