Html Css Color HEX #427C11 Bilbao

📋 copy color: '#427C11'

red 66 ◦ green 124 ◦ blue 17

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

Shades of Bilbao #427C11

Tints of Bilbao #427C11

RGB

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

 GREEN value IS 124 (48.83% from 255) = 59.9%

 BLUE value IS 17 (7.03% from 255) = 8.21%

R = 31.88%
G = 59.9%
B = 8.21%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#427C11 (or 0x427C11) is known color: Bilbao. HEX triplet: 42, 7C and 11. RGB value is (66,124,17). Sum of RGB (Red+Green+Blue) = 66+124+17=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 124 (48.83% from 255 or 59.90% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 124 - color contains mainly: green. Hex color #427C11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427C11 is #BD83EE. Grayscale: #5E5E5E. Windows color (decimal): -12420079 or 1145922. OLE color: 1145922.

HSL color Cylindrical-coordinate representation of color #427C11: hue angle of 92.52º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #427C11 is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 124 17 -
CMYK 0.47 0 0.86 0.51
HSL 92.52º 0.76% 0.28% -
HSV(B) 92.52º 0.86% 0.49% -
XYZ 9.56 15.61 3.04 -
YUV 94.46 84.28 107.7 -
System Red Green Blue C M Y K H S L
Decimal 66 124 17 0.47 0 0.86 0.51 92.52 0.76 0.28
Hex 42 7C 11 2F 0 56 33 5D 4C 1C
Octal 102 174 21 57 0 126 63 135 114 34
Binary 1000010 1111100 10001 101111 0 1010110 110011 1011101 1001100 11100

Color Harmonies of #427C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C11

Black with #427C11

Text Example


Text Example

White with #427C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427C11; }

 p { color: rgb(66,124,17); }

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

background-color css

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

 a { background-color: rgb(66,124,17); }

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

border-color css

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

 span { border-color: rgb(66,124,17); }

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