Html Css Color HEX #427403 Bilbao

📋 copy color: '#427403'

red 66 ◦ green 116 ◦ blue 3

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

Shades of Bilbao #427403

Tints of Bilbao #427403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.62%

R = 35.68%
G = 62.7%
B = 1.62%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#427403 (or 0x427403) is known color: Bilbao. HEX triplet: 42, 74 and 03. RGB value is (66,116,3). Sum of RGB (Red+Green+Blue) = 66+116+3=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 116 (45.70% from 255 or 62.70% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 116 - color contains mainly: green. Hex color #427403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427403 is #BD8BFC. Grayscale: #585858. Windows color (decimal): -12422141 or 226370. OLE color: 226370.

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

Color convert

RGB 66 116 3 -
CMYK 0.43 0 0.97 0.55
HSL 86.55º 0.95% 0.23% -
HSV(B) 86.55º 0.97% 0.45% -
XYZ 8.51 13.66 2.27 -
YUV 88.17 79.94 112.19 -
System Red Green Blue C M Y K H S L
Decimal 66 116 3 0.43 0 0.97 0.55 86.55 0.95 0.23
Hex 42 74 3 2B 0 61 37 57 5F 17
Octal 102 164 3 53 0 141 67 127 137 27
Binary 1000010 1110100 11 101011 0 1100001 110111 1010111 1011111 10111

Color Harmonies of #427403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427403

Black with #427403

Text Example


Text Example

White with #427403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427403; }

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

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

background-color css

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

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

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

border-color css

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

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

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