#3DA252

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

Shades of Chateau Green #3DA252

Tints of Chateau Green #3DA252

Color information

#3DA252 (or 0x3DA252) is unknown color: approx Chateau Green. HEX triplet: 3D, A2 and 52. RGB value is (61,162,82). Sum of RGB (Red+Green+Blue) = 61+162+82=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 162 (63.67% from 255 or 53.11% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 162 - color contains mainly: green. Hex color #3DA252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA252 is #C25DAD. Grayscale: #7A7A7A. Windows color (decimal): -12737966 or 5415485. OLE color: 5415485.

HSL color Cylindrical-coordinate representation of color #3DA252: hue angle of 132.48º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA252 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB6116282-
CMYK0.6200.490.36
HSL132.48º45.29%43.73%-
HSV(B)132.48º62.35%63.53%-
XYZ16.3727.4412.42-
YUV122.68105.0484-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20%
GREEN value IS 162 (63.67% from 255) = 53.11%
BLUE value IS 82 (32.42% from 255) = 26.89%
R=20%
G=53.11%
B=26.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal61162820.6200.490.36132.4845.2943.73
Hex3DA2523E03124842d2c
Octal7524212276061442045554
Binary111101101000101010010111110011000110010010000100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,162,82); }

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

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

 a { background-color: rgb(61,162,82); }

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

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

 span { border-color: rgb(61,162,82); }

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