Html Css Color HEX #3D9952 Chateau Green

📋 copy color: '#3D9952'

red 61 ◦ green 153 ◦ blue 82

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

Shades of Chateau Green #3D9952

Tints of Chateau Green #3D9952

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51.69%

 BLUE value IS 82 (32.42% from 255) = 27.7%

R = 20.61%
G = 51.69%
B = 27.7%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#3D9952 (or 0x3D9952) is known color: Chateau Green. HEX triplet: 3D, 99 and 52. RGB value is (61,153,82). Sum of RGB (Red+Green+Blue) = 61+153+82=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 153 (60.16% from 255 or 51.69% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 153 - color contains mainly: green. Hex color #3D9952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9952 is #C266AD. Grayscale: #757575. Windows color (decimal): -12740270 or 5413181. OLE color: 5413181.

HSL color Cylindrical-coordinate representation of color #3D9952: hue angle of 133.7º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D9952 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB 61 153 82 -
CMYK 0.60 0 0.46 0.4
HSL 133.7º 0.43% 0.42% -
HSV(B) 133.7º 0.6% 0.6% -
XYZ 14.84 24.38 11.91 -
YUV 117.4 108.02 87.77 -
System Red Green Blue C M Y K H S L
Decimal 61 153 82 0.60 0 0.46 0.4 133.7 0.43 0.42
Hex 3D 99 52 3C 0 2E 28 86 2B 2A
Octal 75 231 122 74 0 56 50 206 53 52
Binary 111101 10011001 1010010 111100 0 101110 101000 10000110 101011 101010

Color Harmonies of #3D9952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D9952

Black with #3D9952

Text Example


Text Example

White with #3D9952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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