Html Css Color HEX #327418 Bilbao

📋 copy color: '#327418'

red 50 ◦ green 116 ◦ blue 24

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

Shades of Bilbao #327418

Tints of Bilbao #327418

RGB

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

 GREEN value IS 116 (45.7% from 255) = 61.05%

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

R = 26.32%
G = 61.05%
B = 12.63%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#327418 (or 0x327418) is known color: Bilbao. HEX triplet: 32, 74 and 18. RGB value is (50,116,24). Sum of RGB (Red+Green+Blue) = 50+116+24=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 116 (45.70% from 255 or 61.05% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 116 - color contains mainly: green. Hex color #327418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327418 is #CD8BE7. Grayscale: #565656. Windows color (decimal): -13470696 or 1602610. OLE color: 1602610.

HSL color Cylindrical-coordinate representation of color #327418: hue angle of 103.04º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #327418 is Cyan = 0.57, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 116 24 -
CMYK 0.57 0 0.79 0.55
HSL 103.04º 0.66% 0.27% -
HSV(B) 103.04º 0.79% 0.45% -
XYZ 7.73 13.23 3.01 -
YUV 85.78 93.13 102.48 -
System Red Green Blue C M Y K H S L
Decimal 50 116 24 0.57 0 0.79 0.55 103.04 0.66 0.27
Hex 32 74 18 39 0 4F 37 67 42 1B
Octal 62 164 30 71 0 117 67 147 102 33
Binary 110010 1110100 11000 111001 0 1001111 110111 1100111 1000010 11011

Color Harmonies of #327418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327418

Black with #327418

Text Example


Text Example

White with #327418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327418; }

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

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

background-color css

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

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

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

border-color css

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

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

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