Html Css Color HEX #427E12 Bilbao

📋 copy color: '#427E12'

red 66 ◦ green 126 ◦ blue 18

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

Shades of Bilbao #427E12

Tints of Bilbao #427E12

RGB

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

 GREEN value IS 126 (49.61% from 255) = 60%

 BLUE value IS 18 (7.42% from 255) = 8.57%

R = 31.43%
G = 60%
B = 8.57%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#427E12 (or 0x427E12) is known color: Bilbao. HEX triplet: 42, 7E and 12. RGB value is (66,126,18). Sum of RGB (Red+Green+Blue) = 66+126+18=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 126 (49.61% from 255 or 60% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 126 - color contains mainly: green. Hex color #427E12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427E12 is #BD81ED. Grayscale: #606060. Windows color (decimal): -12419566 or 1211970. OLE color: 1211970.

HSL color Cylindrical-coordinate representation of color #427E12: hue angle of 93.33º degrees, saturation: 0.75, 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 #427E12 is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 126 18 -
CMYK 0.48 0 0.86 0.51
HSL 93.33º 0.75% 0.28% -
HSV(B) 93.33º 0.86% 0.49% -
XYZ 9.82 16.12 3.17 -
YUV 95.75 84.12 106.78 -
System Red Green Blue C M Y K H S L
Decimal 66 126 18 0.48 0 0.86 0.51 93.33 0.75 0.28
Hex 42 7E 12 30 0 56 33 5D 4B 1C
Octal 102 176 22 60 0 126 63 135 113 34
Binary 1000010 1111110 10010 110000 0 1010110 110011 1011101 1001011 11100

Color Harmonies of #427E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427E12

Black with #427E12

Text Example


Text Example

White with #427E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,126,18); }

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

background-color css

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

 a { background-color: rgb(66,126,18); }

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

border-color css

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

 span { border-color: rgb(66,126,18); }

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