Html Css Color HEX #427918 Bilbao

📋 copy color: '#427918'

red 66 ◦ green 121 ◦ blue 24

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

Shades of Bilbao #427918

Tints of Bilbao #427918

RGB

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

 GREEN value IS 121 (47.66% from 255) = 57.35%

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

R = 31.28%
G = 57.35%
B = 11.37%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#427918 (or 0x427918) is known color: Bilbao. HEX triplet: 42, 79 and 18. RGB value is (66,121,24). Sum of RGB (Red+Green+Blue) = 66+121+24=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 121 (47.66% from 255 or 57.35% from 211); Blue value is 24 (9.77% from 255 or 11.37% from 211); Max value from RGB is 121 - color contains mainly: green. Hex color #427918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427918 is #BD86E7. Grayscale: #5D5D5D. Windows color (decimal): -12420840 or 1603906. OLE color: 1603906.

HSL color Cylindrical-coordinate representation of color #427918: hue angle of 94.02º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #427918 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 121 24 -
CMYK 0.45 0 0.80 0.53
HSL 94.02º 0.67% 0.28% -
HSV(B) 94.02º 0.8% 0.47% -
XYZ 9.25 14.9 3.25 -
YUV 93.5 88.78 108.39 -
System Red Green Blue C M Y K H S L
Decimal 66 121 24 0.45 0 0.80 0.53 94.02 0.67 0.28
Hex 42 79 18 2D 0 50 35 5E 43 1C
Octal 102 171 30 55 0 120 65 136 103 34
Binary 1000010 1111001 11000 101101 0 1010000 110101 1011110 1000011 11100

Color Harmonies of #427918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427918

Black with #427918

Text Example


Text Example

White with #427918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427918; }

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

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

background-color css

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

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

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

border-color css

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

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

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