Html Css Color HEX #427B11 Bilbao

📋 copy color: '#427B11'

red 66 ◦ green 123 ◦ blue 17

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

Shades of Bilbao #427B11

Tints of Bilbao #427B11

RGB

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

 GREEN value IS 123 (48.44% from 255) = 59.71%

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

R = 32.04%
G = 59.71%
B = 8.25%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.86

 K value IS 0.52

RGB Variations

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

Color information

#427B11 (or 0x427B11) is known color: Bilbao. HEX triplet: 42, 7B and 11. RGB value is (66,123,17). Sum of RGB (Red+Green+Blue) = 66+123+17=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 123 (48.44% from 255 or 59.71% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 123 - color contains mainly: green. Hex color #427B11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427B11 is #BD84EE. Grayscale: #5E5E5E. Windows color (decimal): -12420335 or 1145666. OLE color: 1145666.

HSL color Cylindrical-coordinate representation of color #427B11: hue angle of 92.26º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #427B11 is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 123 17 -
CMYK 0.46 0 0.86 0.52
HSL 92.26º 0.76% 0.27% -
HSV(B) 92.26º 0.86% 0.48% -
XYZ 9.43 15.36 3 -
YUV 93.87 84.62 108.12 -
System Red Green Blue C M Y K H S L
Decimal 66 123 17 0.46 0 0.86 0.52 92.26 0.76 0.27
Hex 42 7B 11 2E 0 56 34 5C 4C 1B
Octal 102 173 21 56 0 126 64 134 114 33
Binary 1000010 1111011 10001 101110 0 1010110 110100 1011100 1001100 11011

Color Harmonies of #427B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427B11

Black with #427B11

Text Example


Text Example

White with #427B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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