Html Css Color HEX #425E37 Green House

📋 copy color: '#425E37'

red 66 ◦ green 94 ◦ blue 55

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

Shades of Green House #425E37

Tints of Green House #425E37

RGB

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

 GREEN value IS 94 (37.11% from 255) = 43.72%

 BLUE value IS 55 (21.88% from 255) = 25.58%

R = 30.7%
G = 43.72%
B = 25.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.41

 K value IS 0.63

RGB Variations

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

Color information

#425E37 (or 0x425E37) is known color: Green House. HEX triplet: 42, 5E and 37. RGB value is (66,94,55). Sum of RGB (Red+Green+Blue) = 66+94+55=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 94 (37.11% from 255 or 43.72% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 94 - color contains mainly: green. Hex color #425E37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425E37 is #BDA1C8. Grayscale: #515151. Windows color (decimal): -12427721 or 3628610. OLE color: 3628610.

HSL color Cylindrical-coordinate representation of color #425E37: hue angle of 103.08º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #425E37 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 94 55 -
CMYK 0.30 0 0.41 0.63
HSL 103.08º 0.26% 0.29% -
HSV(B) 103.08º 0.41% 0.37% -
XYZ 6.94 9.44 5.07 -
YUV 81.18 113.22 117.17 -
System Red Green Blue C M Y K H S L
Decimal 66 94 55 0.30 0 0.41 0.63 103.08 0.26 0.29
Hex 42 5E 37 1E 0 29 3F 67 1A 1D
Octal 102 136 67 36 0 51 77 147 32 35
Binary 1000010 1011110 110111 11110 0 101001 111111 1100111 11010 11101

Color Harmonies of #425E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425E37

Black with #425E37

Text Example


Text Example

White with #425E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425E37; }

 p { color: rgb(66,94,55); }

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

background-color css

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

 a { background-color: rgb(66,94,55); }

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

border-color css

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

 span { border-color: rgb(66,94,55); }

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