Html Css Color HEX #3D9B60 Chateau Green

📋 copy color: '#3D9B60'

red 61 ◦ green 155 ◦ blue 96

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

Shades of Chateau Green #3D9B60

Tints of Chateau Green #3D9B60

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.68%

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

R = 19.55%
G = 49.68%
B = 30.77%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#3D9B60 (or 0x3D9B60) is known color: Chateau Green. HEX triplet: 3D, 9B and 60. RGB value is (61,155,96). Sum of RGB (Red+Green+Blue) = 61+155+96=312 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.55% from 312); Green value is 155 (60.94% from 255 or 49.68% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 155 - color contains mainly: green. Hex color #3D9B60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9B60 is #C2649F. Grayscale: #787878. Windows color (decimal): -12739744 or 6331197. OLE color: 6331197.

HSL color Cylindrical-coordinate representation of color #3D9B60: hue angle of 142.34º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D9B60 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB 61 155 96 -
CMYK 0.61 0 0.38 0.39
HSL 142.34º 0.44% 0.42% -
HSV(B) 142.34º 0.61% 0.61% -
XYZ 15.76 25.28 15.12 -
YUV 120.17 114.36 85.8 -
System Red Green Blue C M Y K H S L
Decimal 61 155 96 0.61 0 0.38 0.39 142.34 0.44 0.42
Hex 3D 9B 60 3D 0 26 27 8E 2C 2A
Octal 75 233 140 75 0 46 47 216 54 52
Binary 111101 10011011 1100000 111101 0 100110 100111 10001110 101100 101010

Color Harmonies of #3D9B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D9B60

Black with #3D9B60

Text Example


Text Example

White with #3D9B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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