#425A38

Color #425A38 Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #425A38

Tints of Green House #425A38

Color information

#425A38 (or 0x425A38) is unknown color: approx Green House. HEX triplet: 42, 5A and 38. RGB value is (66,90,56). Sum of RGB (Red+Green+Blue) = 66+90+56=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 90 - color contains mainly: green. Hex color #425A38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425A38 is #BDA5C7. Grayscale: #4F4F4F. Windows color (decimal): -12428744 or 3693122. OLE color: 3693122.

HSL color Cylindrical-coordinate representation of color #425A38: hue angle of 102.35º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #425A38 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB669056-
CMYK0.2700.380.65
HSL102.35º23.29%28.63%-
HSV(B)102.35º37.78%35.29%-
XYZ6.628.765.08-
YUV78.95115.05118.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.13%
GREEN value IS 90 (35.55% from 255) = 42.45%
BLUE value IS 56 (22.27% from 255) = 26.42%
R=31.13%
G=42.45%
B=26.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6690560.2700.380.65102.3523.2928.63
Hex425A381B0264166171d
Octal10213270330461011462735
Binary10000101011010111000110110100110100000111001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #425A38;
 }
 .AnyTagClassName
 {
   color: #425A38;
 }
</style>
background-color css

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

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

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

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

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

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