Html Css Color HEX #427504 Bilbao

📋 copy color: '#427504'

red 66 ◦ green 117 ◦ blue 4

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

Shades of Bilbao #427504

Tints of Bilbao #427504

RGB

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

 GREEN value IS 117 (46.09% from 255) = 62.57%

 BLUE value IS 4 (1.95% from 255) = 2.14%

R = 35.29%
G = 62.57%
B = 2.14%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#427504 (or 0x427504) is known color: Bilbao. HEX triplet: 42, 75 and 04. RGB value is (66,117,4). Sum of RGB (Red+Green+Blue) = 66+117+4=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 117 (46.09% from 255 or 62.57% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 117 - color contains mainly: green. Hex color #427504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427504 is #BD8AFB. Grayscale: #595959. Windows color (decimal): -12421884 or 292162. OLE color: 292162.

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

Color convert

RGB 66 117 4 -
CMYK 0.44 0 0.97 0.54
HSL 87.08º 0.93% 0.24% -
HSV(B) 87.08º 0.97% 0.46% -
XYZ 8.63 13.89 2.34 -
YUV 88.87 80.1 111.69 -
System Red Green Blue C M Y K H S L
Decimal 66 117 4 0.44 0 0.97 0.54 87.08 0.93 0.24
Hex 42 75 4 2C 0 61 36 57 5D 18
Octal 102 165 4 54 0 141 66 127 135 30
Binary 1000010 1110101 100 101100 0 1100001 110110 1010111 1011101 11000

Color Harmonies of #427504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427504

Black with #427504

Text Example


Text Example

White with #427504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427504; }

 p { color: rgb(66,117,4); }

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

background-color css

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

 a { background-color: rgb(66,117,4); }

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

border-color css

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

 span { border-color: rgb(66,117,4); }

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