Html Css Color HEX #425938 Green House

📋 copy color: '#425938'

red 66 ◦ green 89 ◦ blue 56

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

Shades of Green House #425938

Tints of Green House #425938

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.18%

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

R = 31.28%
G = 42.18%
B = 26.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.37

 K value IS 0.65

RGB Variations

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

Color information

#425938 (or 0x425938) is known color: Green House. HEX triplet: 42, 59 and 38. RGB value is (66,89,56). Sum of RGB (Red+Green+Blue) = 66+89+56=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 89 - color contains mainly: green. Hex color #425938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425938 is #BDA6C7. Grayscale: #4E4E4E. Windows color (decimal): -12429000 or 3692866. OLE color: 3692866.

HSL color Cylindrical-coordinate representation of color #425938: hue angle of 101.82º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #425938 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 89 56 -
CMYK 0.26 0 0.37 0.65
HSL 101.82º 0.23% 0.28% -
HSV(B) 101.82º 0.37% 0.35% -
XYZ 6.53 8.59 5.05 -
YUV 78.36 115.38 119.18 -
System Red Green Blue C M Y K H S L
Decimal 66 89 56 0.26 0 0.37 0.65 101.82 0.23 0.28
Hex 42 59 38 1A 0 25 41 66 17 1C
Octal 102 131 70 32 0 45 101 146 27 34
Binary 1000010 1011001 111000 11010 0 100101 1000001 1100110 10111 11100

Color Harmonies of #425938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425938

Black with #425938

Text Example


Text Example

White with #425938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425938; }

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

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

background-color css

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

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

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

border-color css

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

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

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