Html Css Color HEX #425E3D Green House

📋 copy color: '#425E3D'

red 66 ◦ green 94 ◦ blue 61

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

Shades of Green House #425E3D

Tints of Green House #425E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.6%

R = 29.86%
G = 42.53%
B = 27.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.35

 K value IS 0.63

RGB Variations

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

Color information

#425E3D (or 0x425E3D) is known color: Green House. HEX triplet: 42, 5E and 3D. RGB value is (66,94,61). Sum of RGB (Red+Green+Blue) = 66+94+61=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 94 (37.11% from 255 or 42.53% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 94 - color contains mainly: green. Hex color #425E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425E3D is #BDA1C2. Grayscale: #515151. Windows color (decimal): -12427715 or 4021826. OLE color: 4021826.

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

Color convert

RGB 66 94 61 -
CMYK 0.30 0 0.35 0.63
HSL 110.91º 0.21% 0.3% -
HSV(B) 110.91º 0.35% 0.37% -
XYZ 7.09 9.5 5.87 -
YUV 81.87 116.22 116.68 -
System Red Green Blue C M Y K H S L
Decimal 66 94 61 0.30 0 0.35 0.63 110.91 0.21 0.3
Hex 42 5E 3D 1E 0 23 3F 6F 15 1E
Octal 102 136 75 36 0 43 77 157 25 36
Binary 1000010 1011110 111101 11110 0 100011 111111 1101111 10101 11110

Color Harmonies of #425E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425E3D

Black with #425E3D

Text Example


Text Example

White with #425E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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