Html Css Color HEX #427610 Bilbao

📋 copy color: '#427610'

red 66 ◦ green 118 ◦ blue 16

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

Shades of Bilbao #427610

Tints of Bilbao #427610

RGB

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

 GREEN value IS 118 (46.48% from 255) = 59%

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

R = 33%
G = 59%
B = 8%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#427610 (or 0x427610) is known color: Bilbao. HEX triplet: 42, 76 and 10. RGB value is (66,118,16). Sum of RGB (Red+Green+Blue) = 66+118+16=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 118 (46.48% from 255 or 59% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 118 - color contains mainly: green. Hex color #427610 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427610 is #BD89EF. Grayscale: #5B5B5B. Windows color (decimal): -12421616 or 1078850. OLE color: 1078850.

HSL color Cylindrical-coordinate representation of color #427610: hue angle of 90.59º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #427610 is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 118 16 -
CMYK 0.44 0 0.86 0.54
HSL 90.59º 0.76% 0.26% -
HSV(B) 90.59º 0.86% 0.46% -
XYZ 8.82 14.15 2.76 -
YUV 90.82 85.77 110.29 -
System Red Green Blue C M Y K H S L
Decimal 66 118 16 0.44 0 0.86 0.54 90.59 0.76 0.26
Hex 42 76 10 2C 0 56 36 5B 4C 1A
Octal 102 166 20 54 0 126 66 133 114 32
Binary 1000010 1110110 10000 101100 0 1010110 110110 1011011 1001100 11010

Color Harmonies of #427610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427610

Black with #427610

Text Example


Text Example

White with #427610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427610; }

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

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

background-color css

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

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

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

border-color css

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

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

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