Html Css Color HEX #427418 Bilbao

📋 copy color: '#427418'

red 66 ◦ green 116 ◦ blue 24

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

Shades of Bilbao #427418

Tints of Bilbao #427418

RGB

 RED value IS 66 (26.17% from 255) = 32.04%

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

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

R = 32.04%
G = 56.31%
B = 11.65%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#427418 (or 0x427418) is known color: Bilbao. HEX triplet: 42, 74 and 18. RGB value is (66,116,24). Sum of RGB (Red+Green+Blue) = 66+116+24=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 116 (45.70% from 255 or 56.31% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 116 - color contains mainly: green. Hex color #427418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427418 is #BD8BE7. Grayscale: #5A5A5A. Windows color (decimal): -12422120 or 1602626. OLE color: 1602626.

HSL color Cylindrical-coordinate representation of color #427418: hue angle of 92.61º 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 #427418 is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 116 24 -
CMYK 0.43 0 0.79 0.55
HSL 92.61º 0.66% 0.27% -
HSV(B) 92.61º 0.79% 0.45% -
XYZ 8.66 13.71 3.06 -
YUV 90.56 90.44 110.48 -
System Red Green Blue C M Y K H S L
Decimal 66 116 24 0.43 0 0.79 0.55 92.61 0.66 0.27
Hex 42 74 18 2B 0 4F 37 5D 42 1B
Octal 102 164 30 53 0 117 67 135 102 33
Binary 1000010 1110100 11000 101011 0 1001111 110111 1011101 1000010 11011

Color Harmonies of #427418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427418

Black with #427418

Text Example


Text Example

White with #427418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427418; }

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

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

background-color css

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

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

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

border-color css

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

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

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