Html Css Color HEX #427625 Bilbao

📋 copy color: '#427625'

red 66 ◦ green 118 ◦ blue 37

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

Shades of Bilbao #427625

Tints of Bilbao #427625

RGB

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

 GREEN value IS 118 (46.48% from 255) = 53.39%

 BLUE value IS 37 (14.84% from 255) = 16.74%

R = 29.86%
G = 53.39%
B = 16.74%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#427625 (or 0x427625) is known color: Bilbao. HEX triplet: 42, 76 and 25. RGB value is (66,118,37). Sum of RGB (Red+Green+Blue) = 66+118+37=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 118 (46.48% from 255 or 53.39% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 118 - color contains mainly: green. Hex color #427625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427625 is #BD89DA. Grayscale: #5D5D5D. Windows color (decimal): -12421595 or 2455106. OLE color: 2455106.

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

Color convert

RGB 66 118 37 -
CMYK 0.44 0 0.69 0.54
HSL 98.52º 0.52% 0.3% -
HSV(B) 98.52º 0.69% 0.46% -
XYZ 9.06 14.25 4.02 -
YUV 93.22 96.27 108.59 -
System Red Green Blue C M Y K H S L
Decimal 66 118 37 0.44 0 0.69 0.54 98.52 0.52 0.3
Hex 42 76 25 2C 0 45 36 63 34 1E
Octal 102 166 45 54 0 105 66 143 64 36
Binary 1000010 1110110 100101 101100 0 1000101 110110 1100011 110100 11110

Color Harmonies of #427625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427625

Black with #427625

Text Example


Text Example

White with #427625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427625; }

 p { color: rgb(66,118,37); }

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

background-color css

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

 a { background-color: rgb(66,118,37); }

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

border-color css

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

 span { border-color: rgb(66,118,37); }

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