#3DA555

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

Shades of Chateau Green #3DA555

Tints of Chateau Green #3DA555

Color information

#3DA555 (or 0x3DA555) is unknown color: approx Chateau Green. HEX triplet: 3D, A5 and 55. RGB value is (61,165,85). Sum of RGB (Red+Green+Blue) = 61+165+85=311 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.61% from 311); Green value is 165 (64.84% from 255 or 53.05% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 165 - color contains mainly: green. Hex color #3DA555 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA555 is #C25AAA. Grayscale: #7C7C7C. Windows color (decimal): -12737195 or 5612861. OLE color: 5612861.

HSL color Cylindrical-coordinate representation of color #3DA555: hue angle of 133.85º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA555 is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB6116585-
CMYK0.6300.480.35
HSL133.85º46.02%44.31%-
HSV(B)133.85º63.03%64.71%-
XYZ17.0228.5613.21-
YUV124.78105.5482.5-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.61%
GREEN value IS 165 (64.84% from 255) = 53.05%
BLUE value IS 85 (33.59% from 255) = 27.33%
R=19.61%
G=53.05%
B=27.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61165850.6300.480.35133.8546.0244.31
Hex3DA5553F03023862e2c
Octal7524512577060432065654
Binary111101101001011010101111111011000010001110000110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,165,85); }

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

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

 a { background-color: rgb(61,165,85); }

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

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

 span { border-color: rgb(61,165,85); }

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