Html Css Color HEX #427725 Bilbao

📋 copy color: '#427725'

red 66 ◦ green 119 ◦ blue 37

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

Shades of Bilbao #427725

Tints of Bilbao #427725

RGB

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

 GREEN value IS 119 (46.88% from 255) = 53.6%

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

R = 29.73%
G = 53.6%
B = 16.67%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#427725 (or 0x427725) is known color: Bilbao. HEX triplet: 42, 77 and 25. RGB value is (66,119,37). Sum of RGB (Red+Green+Blue) = 66+119+37=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 119 (46.88% from 255 or 53.60% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 119 - color contains mainly: green. Hex color #427725 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427725 is #BD88DA. Grayscale: #5E5E5E. Windows color (decimal): -12421339 or 2455362. OLE color: 2455362.

HSL color Cylindrical-coordinate representation of color #427725: hue angle of 98.78º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #427725 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 119 37 -
CMYK 0.45 0 0.69 0.53
HSL 98.78º 0.53% 0.31% -
HSV(B) 98.78º 0.69% 0.47% -
XYZ 9.18 14.49 4.06 -
YUV 93.81 95.94 108.17 -
System Red Green Blue C M Y K H S L
Decimal 66 119 37 0.45 0 0.69 0.53 98.78 0.53 0.31
Hex 42 77 25 2D 0 45 35 63 35 1F
Octal 102 167 45 55 0 105 65 143 65 37
Binary 1000010 1110111 100101 101101 0 1000101 110101 1100011 110101 11111

Color Harmonies of #427725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427725

Black with #427725

Text Example


Text Example

White with #427725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427725; }

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

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

background-color css

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

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

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

border-color css

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

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

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