Html Css Color HEX #427225 Bilbao

📋 copy color: '#427225'

red 66 ◦ green 114 ◦ blue 37

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

Shades of Bilbao #427225

Tints of Bilbao #427225

RGB

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

 GREEN value IS 114 (44.92% from 255) = 52.53%

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

R = 30.41%
G = 52.53%
B = 17.05%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#427225 (or 0x427225) is known color: Bilbao. HEX triplet: 42, 72 and 25. RGB value is (66,114,37). Sum of RGB (Red+Green+Blue) = 66+114+37=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #427225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427225 is #BD8DDA. Grayscale: #5B5B5B. Windows color (decimal): -12422619 or 2454082. OLE color: 2454082.

HSL color Cylindrical-coordinate representation of color #427225: hue angle of 97.4º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #427225 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 114 37 -
CMYK 0.42 0 0.68 0.55
HSL 97.4º 0.51% 0.3% -
HSV(B) 97.4º 0.68% 0.45% -
XYZ 8.6 13.33 3.87 -
YUV 90.87 97.6 110.26 -
System Red Green Blue C M Y K H S L
Decimal 66 114 37 0.42 0 0.68 0.55 97.4 0.51 0.3
Hex 42 72 25 2A 0 44 37 61 33 1E
Octal 102 162 45 52 0 104 67 141 63 36
Binary 1000010 1110010 100101 101010 0 1000100 110111 1100001 110011 11110

Color Harmonies of #427225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427225

Black with #427225

Text Example


Text Example

White with #427225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427225; }

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

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

background-color css

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

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

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

border-color css

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

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

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