Html Css Color HEX #427310 Bilbao

📋 copy color: '#427310'

red 66 ◦ green 115 ◦ blue 16

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

Shades of Bilbao #427310

Tints of Bilbao #427310

RGB

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

 GREEN value IS 115 (45.31% from 255) = 58.38%

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

R = 33.5%
G = 58.38%
B = 8.12%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#427310 (or 0x427310) is known color: Bilbao. HEX triplet: 42, 73 and 10. RGB value is (66,115,16). Sum of RGB (Red+Green+Blue) = 66+115+16=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 115 (45.31% from 255 or 58.38% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 115 - color contains mainly: green. Hex color #427310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427310 is #BD8CEF. Grayscale: #595959. Windows color (decimal): -12422384 or 1078082. OLE color: 1078082.

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

Color convert

RGB 66 115 16 -
CMYK 0.43 0 0.86 0.55
HSL 89.7º 0.76% 0.26% -
HSV(B) 89.7º 0.86% 0.45% -
XYZ 8.47 13.46 2.64 -
YUV 89.06 86.77 111.55 -
System Red Green Blue C M Y K H S L
Decimal 66 115 16 0.43 0 0.86 0.55 89.7 0.76 0.26
Hex 42 73 10 2B 0 56 37 5A 4C 1A
Octal 102 163 20 53 0 126 67 132 114 32
Binary 1000010 1110011 10000 101011 0 1010110 110111 1011010 1001100 11010

Color Harmonies of #427310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427310

Black with #427310

Text Example


Text Example

White with #427310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427310; }

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

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

background-color css

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

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

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

border-color css

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

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

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