Html Css Color HEX #427412 Bilbao

📋 copy color: '#427412'

red 66 ◦ green 116 ◦ blue 18

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

Shades of Bilbao #427412

Tints of Bilbao #427412

RGB

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

 GREEN value IS 116 (45.7% from 255) = 58%

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

R = 33%
G = 58%
B = 9%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#427412 (or 0x427412) is known color: Bilbao. HEX triplet: 42, 74 and 12. RGB value is (66,116,18). Sum of RGB (Red+Green+Blue) = 66+116+18=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 116 (45.70% from 255 or 58% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 116 - color contains mainly: green. Hex color #427412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427412 is #BD8BED. Grayscale: #5A5A5A. Windows color (decimal): -12422126 or 1209410. OLE color: 1209410.

HSL color Cylindrical-coordinate representation of color #427412: hue angle of 90.61º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #427412 is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 116 18 -
CMYK 0.43 0 0.84 0.55
HSL 90.61º 0.73% 0.26% -
HSV(B) 90.61º 0.84% 0.45% -
XYZ 8.6 13.69 2.76 -
YUV 89.88 87.44 110.97 -
System Red Green Blue C M Y K H S L
Decimal 66 116 18 0.43 0 0.84 0.55 90.61 0.73 0.26
Hex 42 74 12 2B 0 54 37 5B 49 1A
Octal 102 164 22 53 0 124 67 133 111 32
Binary 1000010 1110100 10010 101011 0 1010100 110111 1011011 1001001 11010

Color Harmonies of #427412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427412

Black with #427412

Text Example


Text Example

White with #427412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427412; }

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

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

background-color css

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

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

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

border-color css

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

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

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