Html Css Color HEX #427410 Bilbao

📋 copy color: '#427410'

red 66 ◦ green 116 ◦ blue 16

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

Shades of Bilbao #427410

Tints of Bilbao #427410

RGB

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

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

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

R = 33.33%
G = 58.59%
B = 8.08%

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

#427410 (or 0x427410) is known color: Bilbao. HEX triplet: 42, 74 and 10. RGB value is (66,116,16). Sum of RGB (Red+Green+Blue) = 66+116+16=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 116 (45.70% from 255 or 58.59% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 116 - color contains mainly: green. Hex color #427410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427410 is #BD8BEF. Grayscale: #5A5A5A. Windows color (decimal): -12422128 or 1078338. OLE color: 1078338.

HSL color Cylindrical-coordinate representation of color #427410: hue angle of 90º 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 #427410 is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 116 16 -
CMYK 0.43 0 0.86 0.55
HSL 90º 0.76% 0.26% -
HSV(B) 90º 0.86% 0.45% -
XYZ 8.59 13.69 2.68 -
YUV 89.65 86.44 111.13 -
System Red Green Blue C M Y K H S L
Decimal 66 116 16 0.43 0 0.86 0.55 90 0.76 0.26
Hex 42 74 10 2B 0 56 37 5A 4C 1A
Octal 102 164 20 53 0 126 67 132 114 32
Binary 1000010 1110100 10000 101011 0 1010110 110111 1011010 1001100 11010

Color Harmonies of #427410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427410

Black with #427410

Text Example


Text Example

White with #427410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427410; }

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

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

background-color css

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

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

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

border-color css

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

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

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