Html Css Color HEX #427501 Bilbao

📋 copy color: '#427501'

red 66 ◦ green 117 ◦ blue 1

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

Shades of Bilbao #427501

Tints of Bilbao #427501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.54%

R = 35.87%
G = 63.59%
B = 0.54%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#427501 (or 0x427501) is known color: Bilbao. HEX triplet: 42, 75 and 01. RGB value is (66,117,1). Sum of RGB (Red+Green+Blue) = 66+117+1=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 117 (46.09% from 255 or 63.59% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 117 - color contains mainly: green. Hex color #427501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427501 is #BD8AFE. Grayscale: #585858. Windows color (decimal): -12421887 or 95554. OLE color: 95554.

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

Color convert

RGB 66 117 1 -
CMYK 0.44 0 0.99 0.54
HSL 86.38º 0.98% 0.23% -
HSV(B) 86.38º 0.99% 0.46% -
XYZ 8.61 13.88 2.25 -
YUV 88.53 78.6 111.93 -
System Red Green Blue C M Y K H S L
Decimal 66 117 1 0.44 0 0.99 0.54 86.38 0.98 0.23
Hex 42 75 1 2C 0 63 36 56 62 17
Octal 102 165 1 54 0 143 66 126 142 27
Binary 1000010 1110101 1 101100 0 1100011 110110 1010110 1100010 10111

Color Harmonies of #427501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427501

Black with #427501

Text Example


Text Example

White with #427501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427501; }

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

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

background-color css

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

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

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

border-color css

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

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

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