#3DB35F

Color #3DB35F Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #3DB35F

Tints of Chateau Green #3DB35F

Color information

#3DB35F (or 0x3DB35F) is unknown color: approx Chateau Green. HEX triplet: 3D, B3 and 5F. RGB value is (61,179,95). Sum of RGB (Red+Green+Blue) = 61+179+95=335 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.21% from 335); Green value is 179 (70.31% from 255 or 53.43% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 179 - color contains mainly: green. Hex color #3DB35F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB35F is #C24CA0. Grayscale: #868686. Windows color (decimal): -12733601 or 6271805. OLE color: 6271805.

HSL color Cylindrical-coordinate representation of color #3DB35F: hue angle of 137.29º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB35F is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB6117995-
CMYK0.6600.470.30
HSL137.29º49.17%47.06%-
HSV(B)137.29º65.92%70.2%-
XYZ20.1134.0616.34-
YUV134.14105.9175.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.21%
GREEN value IS 179 (70.31% from 255) = 53.43%
BLUE value IS 95 (37.5% from 255) = 28.36%
R=18.21%
G=53.43%
B=28.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal61179950.6600.470.30137.2949.1747.06
Hex3DB35F4202F1E89312f
Octal75263137102057362116157
Binary111101101100111011111100001001011111111010001001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DB35F; }

 p { color: rgb(61,179,95); }

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

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

 a { background-color: rgb(61,179,95); }

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

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

 span { border-color: rgb(61,179,95); }

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