Html Css Color HEX #425E38 Green House

📋 copy color: '#425E38'

red 66 ◦ green 94 ◦ blue 56

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

Shades of Green House #425E38

Tints of Green House #425E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25.93%

R = 30.56%
G = 43.52%
B = 25.93%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.40

 K value IS 0.63

RGB Variations

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

Color information

#425E38 (or 0x425E38) is known color: Green House. HEX triplet: 42, 5E and 38. RGB value is (66,94,56). Sum of RGB (Red+Green+Blue) = 66+94+56=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 94 (37.11% from 255 or 43.52% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 94 - color contains mainly: green. Hex color #425E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425E38 is #BDA1C7. Grayscale: #515151. Windows color (decimal): -12427720 or 3694146. OLE color: 3694146.

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

Color convert

RGB 66 94 56 -
CMYK 0.30 0 0.40 0.63
HSL 104.21º 0.25% 0.29% -
HSV(B) 104.21º 0.4% 0.37% -
XYZ 6.96 9.45 5.2 -
YUV 81.3 113.72 117.09 -
System Red Green Blue C M Y K H S L
Decimal 66 94 56 0.30 0 0.40 0.63 104.21 0.25 0.29
Hex 42 5E 38 1E 0 28 3F 68 19 1D
Octal 102 136 70 36 0 50 77 150 31 35
Binary 1000010 1011110 111000 11110 0 101000 111111 1101000 11001 11101

Color Harmonies of #425E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425E38

Black with #425E38

Text Example


Text Example

White with #425E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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