#425F3B

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

Shades of Green House #425F3B

Tints of Green House #425F3B

Color information

#425F3B (or 0x425F3B) is unknown color: approx Green House. HEX triplet: 42, 5F and 3B. RGB value is (66,95,59). Sum of RGB (Red+Green+Blue) = 66+95+59=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 95 - color contains mainly: green. Hex color #425F3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425F3B is #BDA0C4. Grayscale: #525252. Windows color (decimal): -12427461 or 3891010. OLE color: 3891010.

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

Color convert

RGB669559-
CMYK0.3100.380.63
HSL108.33º23.38%30.2%-
HSV(B)108.33º37.89%37.25%-
XYZ7.139.665.63-
YUV82.22114.89116.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30%
GREEN value IS 95 (37.5% from 255) = 43.18%
BLUE value IS 59 (23.44% from 255) = 26.82%
R=30%
G=43.18%
B=26.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6695590.3100.380.63108.3323.3830.2
Hex425F3B1F0263F6c171e
Octal1021377337046771542736
Binary1000010101111111101111111010011011111111011001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,95,59); }

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

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

 a { background-color: rgb(66,95,59); }

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

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

 span { border-color: rgb(66,95,59); }

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