Html Css Color HEX #427502 Bilbao

📋 copy color: '#427502'

red 66 ◦ green 117 ◦ blue 2

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

Shades of Bilbao #427502

Tints of Bilbao #427502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.08%

R = 35.68%
G = 63.24%
B = 1.08%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#427502 (or 0x427502) is known color: Bilbao. HEX triplet: 42, 75 and 02. RGB value is (66,117,2). Sum of RGB (Red+Green+Blue) = 66+117+2=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 117 (46.09% from 255 or 63.24% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 117 - color contains mainly: green. Hex color #427502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427502 is #BD8AFD. Grayscale: #595959. Windows color (decimal): -12421886 or 161090. OLE color: 161090.

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

Color convert

RGB 66 117 2 -
CMYK 0.44 0 0.98 0.54
HSL 86.61º 0.97% 0.23% -
HSV(B) 86.61º 0.98% 0.46% -
XYZ 8.62 13.89 2.28 -
YUV 88.64 79.1 111.85 -
System Red Green Blue C M Y K H S L
Decimal 66 117 2 0.44 0 0.98 0.54 86.61 0.97 0.23
Hex 42 75 2 2C 0 62 36 57 61 17
Octal 102 165 2 54 0 142 66 127 141 27
Binary 1000010 1110101 10 101100 0 1100010 110110 1010111 1100001 10111

Color Harmonies of #427502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427502

Black with #427502

Text Example


Text Example

White with #427502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427502; }

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

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

background-color css

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

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

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

border-color css

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

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

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