Html Css Color HEX #427210 Bilbao

📋 copy color: '#427210'

red 66 ◦ green 114 ◦ blue 16

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

Shades of Bilbao #427210

Tints of Bilbao #427210

RGB

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

 GREEN value IS 114 (44.92% from 255) = 58.16%

 BLUE value IS 16 (6.64% from 255) = 8.16%

R = 33.67%
G = 58.16%
B = 8.16%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#427210 (or 0x427210) is known color: Bilbao. HEX triplet: 42, 72 and 10. RGB value is (66,114,16). Sum of RGB (Red+Green+Blue) = 66+114+16=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 114 (44.92% from 255 or 58.16% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 114 - color contains mainly: green. Hex color #427210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427210 is #BD8DEF. Grayscale: #585858. Windows color (decimal): -12422640 or 1077826. OLE color: 1077826.

HSL color Cylindrical-coordinate representation of color #427210: hue angle of 89.39º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #427210 is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 114 16 -
CMYK 0.42 0 0.86 0.55
HSL 89.39º 0.75% 0.25% -
HSV(B) 89.39º 0.86% 0.45% -
XYZ 8.36 13.23 2.6 -
YUV 88.48 87.1 111.97 -
System Red Green Blue C M Y K H S L
Decimal 66 114 16 0.42 0 0.86 0.55 89.39 0.75 0.25
Hex 42 72 10 2A 0 56 37 59 4B 19
Octal 102 162 20 52 0 126 67 131 113 31
Binary 1000010 1110010 10000 101010 0 1010110 110111 1011001 1001011 11001

Color Harmonies of #427210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427210

Black with #427210

Text Example


Text Example

White with #427210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427210; }

 p { color: rgb(66,114,16); }

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

background-color css

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

 a { background-color: rgb(66,114,16); }

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

border-color css

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

 span { border-color: rgb(66,114,16); }

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