Html Css Color HEX #427917 Bilbao

📋 copy color: '#427917'

red 66 ◦ green 121 ◦ blue 23

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

Shades of Bilbao #427917

Tints of Bilbao #427917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.95%

R = 31.43%
G = 57.62%
B = 10.95%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#427917 (or 0x427917) is known color: Bilbao. HEX triplet: 42, 79 and 17. RGB value is (66,121,23). Sum of RGB (Red+Green+Blue) = 66+121+23=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 121 (47.66% from 255 or 57.62% from 210); Blue value is 23 (9.38% from 255 or 10.95% from 210); Max value from RGB is 121 - color contains mainly: green. Hex color #427917 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427917 is #BD86E8. Grayscale: #5D5D5D. Windows color (decimal): -12420841 or 1538370. OLE color: 1538370.

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

Color convert

RGB 66 121 23 -
CMYK 0.45 0 0.81 0.53
HSL 93.67º 0.68% 0.28% -
HSV(B) 93.67º 0.81% 0.47% -
XYZ 9.24 14.89 3.2 -
YUV 93.38 88.28 108.47 -
System Red Green Blue C M Y K H S L
Decimal 66 121 23 0.45 0 0.81 0.53 93.67 0.68 0.28
Hex 42 79 17 2D 0 51 35 5E 44 1C
Octal 102 171 27 55 0 121 65 136 104 34
Binary 1000010 1111001 10111 101101 0 1010001 110101 1011110 1000100 11100

Color Harmonies of #427917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427917

Black with #427917

Text Example


Text Example

White with #427917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427917; }

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

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

background-color css

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

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

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

border-color css

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

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

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