Html Css Color HEX #3DAB60 Chateau Green

📋 copy color: '#3DAB60'

red 61 ◦ green 171 ◦ blue 96

#3DAB60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #3DAB60

Tints of Chateau Green #3DAB60

RGB

 RED value IS 61 (24.22% from 255) = 18.6%

 GREEN value IS 171 (67.19% from 255) = 52.13%

 BLUE value IS 96 (37.89% from 255) = 29.27%

R = 18.6%
G = 52.13%
B = 29.27%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#3DAB60 (or 0x3DAB60) is known color: Chateau Green. HEX triplet: 3D, AB and 60. RGB value is (61,171,96). Sum of RGB (Red+Green+Blue) = 61+171+96=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #3DAB60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DAB60 is #C2549F. Grayscale: #818181. Windows color (decimal): -12735648 or 6335293. OLE color: 6335293.

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

Color convert

RGB 61 171 96 -
CMYK 0.64 0 0.44 0.33
HSL 139.09º 0.47% 0.45% -
HSV(B) 139.09º 0.64% 0.67% -
XYZ 18.6 30.96 16.06 -
YUV 129.56 109.06 79.1 -
System Red Green Blue C M Y K H S L
Decimal 61 171 96 0.64 0 0.44 0.33 139.09 0.47 0.45
Hex 3D AB 60 40 0 2C 21 8B 2F 2D
Octal 75 253 140 100 0 54 41 213 57 55
Binary 111101 10101011 1100000 1000000 0 101100 100001 10001011 101111 101101

Color Harmonies of #3DAB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAB60

Black with #3DAB60

Text Example


Text Example

White with #3DAB60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,171,96); }

 H1.HeaderClassName
 {
   color: #3DAB60;
 }
 .AnyTagClassName
 {
   color: #3DAB60;
 }
</style>

background-color css

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

 a { background-color: rgb(61,171,96); }

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

border-color css

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

 span { border-color: rgb(61,171,96); }

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