Html Css Color HEX #3D9955 Chateau Green

📋 copy color: '#3D9955'

red 61 ◦ green 153 ◦ blue 85

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

Shades of Chateau Green #3D9955

Tints of Chateau Green #3D9955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.43%

R = 20.4%
G = 51.17%
B = 28.43%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#3D9955 (or 0x3D9955) is known color: Chateau Green. HEX triplet: 3D, 99 and 55. RGB value is (61,153,85). Sum of RGB (Red+Green+Blue) = 61+153+85=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #3D9955 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9955 is #C266AA. Grayscale: #757575. Windows color (decimal): -12740267 or 5609789. OLE color: 5609789.

HSL color Cylindrical-coordinate representation of color #3D9955: hue angle of 135.65º 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 #3D9955 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 61 153 85 -
CMYK 0.60 0 0.44 0.4
HSL 135.65º 0.43% 0.42% -
HSV(B) 135.65º 0.6% 0.6% -
XYZ 14.96 24.43 12.52 -
YUV 117.74 109.52 87.53 -
System Red Green Blue C M Y K H S L
Decimal 61 153 85 0.60 0 0.44 0.4 135.65 0.43 0.42
Hex 3D 99 55 3C 0 2C 28 88 2B 2A
Octal 75 231 125 74 0 54 50 210 53 52
Binary 111101 10011001 1010101 111100 0 101100 101000 10001000 101011 101010

Color Harmonies of #3D9955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D9955

Black with #3D9955

Text Example


Text Example

White with #3D9955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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