Html Css Color HEX #427409 Bilbao

📋 copy color: '#427409'

red 66 ◦ green 116 ◦ blue 9

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

Shades of Bilbao #427409

Tints of Bilbao #427409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.71%

R = 34.55%
G = 60.73%
B = 4.71%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#427409 (or 0x427409) is known color: Bilbao. HEX triplet: 42, 74 and 09. RGB value is (66,116,9). Sum of RGB (Red+Green+Blue) = 66+116+9=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 116 (45.70% from 255 or 60.73% from 191); Blue value is 9 (3.91% from 255 or 4.71% from 191); Max value from RGB is 116 - color contains mainly: green. Hex color #427409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427409 is #BD8BF6. Grayscale: #595959. Windows color (decimal): -12422135 or 619586. OLE color: 619586.

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

Color convert

RGB 66 116 9 -
CMYK 0.43 0 0.92 0.55
HSL 88.04º 0.86% 0.25% -
HSV(B) 88.04º 0.92% 0.45% -
XYZ 8.54 13.67 2.45 -
YUV 88.85 82.94 111.7 -
System Red Green Blue C M Y K H S L
Decimal 66 116 9 0.43 0 0.92 0.55 88.04 0.86 0.25
Hex 42 74 9 2B 0 5C 37 58 56 19
Octal 102 164 11 53 0 134 67 130 126 31
Binary 1000010 1110100 1001 101011 0 1011100 110111 1011000 1010110 11001

Color Harmonies of #427409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427409

Black with #427409

Text Example


Text Example

White with #427409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427409; }

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

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

background-color css

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

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

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

border-color css

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

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

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