Html Css Color HEX #3DB955 Chateau Green

📋 copy color: '#3DB955'

red 61 ◦ green 185 ◦ blue 85

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

Shades of Chateau Green #3DB955

Tints of Chateau Green #3DB955

RGB

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

 GREEN value IS 185 (72.66% from 255) = 55.89%

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

R = 18.43%
G = 55.89%
B = 25.68%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#3DB955 (or 0x3DB955) is known color: Chateau Green. HEX triplet: 3D, B9 and 55. RGB value is (61,185,85). Sum of RGB (Red+Green+Blue) = 61+185+85=331 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.43% from 331); Green value is 185 (72.66% from 255 or 55.89% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB955 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB955 is #C246AA. Grayscale: #888888. Windows color (decimal): -12732075 or 5617981. OLE color: 5617981.

HSL color Cylindrical-coordinate representation of color #3DB955: hue angle of 131.61º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB955 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 61 185 85 -
CMYK 0.67 0 0.54 0.27
HSL 131.61º 0.5% 0.48% -
HSV(B) 131.61º 0.67% 0.73% -
XYZ 20.91 36.35 14.51 -
YUV 136.52 98.92 74.13 -
System Red Green Blue C M Y K H S L
Decimal 61 185 85 0.67 0 0.54 0.27 131.61 0.5 0.48
Hex 3D B9 55 43 0 36 1B 84 32 30
Octal 75 271 125 103 0 66 33 204 62 60
Binary 111101 10111001 1010101 1000011 0 110110 11011 10000100 110010 110000

Color Harmonies of #3DB955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB955

Black with #3DB955

Text Example


Text Example

White with #3DB955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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