Html Css Color HEX #3DB355 Chateau Green

📋 copy color: '#3DB355'

red 61 ◦ green 179 ◦ blue 85

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

Shades of Chateau Green #3DB355

Tints of Chateau Green #3DB355

RGB

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

 GREEN value IS 179 (70.31% from 255) = 55.08%

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

R = 18.77%
G = 55.08%
B = 26.15%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#3DB355 (or 0x3DB355) is known color: Chateau Green. HEX triplet: 3D, B3 and 55. RGB value is (61,179,85). Sum of RGB (Red+Green+Blue) = 61+179+85=325 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.77% from 325); Green value is 179 (70.31% from 255 or 55.08% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 179 - color contains mainly: green. Hex color #3DB355 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB355 is #C24CAA. Grayscale: #858585. Windows color (decimal): -12733611 or 5616445. OLE color: 5616445.

HSL color Cylindrical-coordinate representation of color #3DB355: hue angle of 132.2º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB355 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB 61 179 85 -
CMYK 0.66 0 0.53 0.30
HSL 132.2º 0.49% 0.47% -
HSV(B) 132.2º 0.66% 0.7% -
XYZ 19.68 33.89 14.1 -
YUV 133 100.91 76.64 -
System Red Green Blue C M Y K H S L
Decimal 61 179 85 0.66 0 0.53 0.30 132.2 0.49 0.47
Hex 3D B3 55 42 0 35 1E 84 31 2F
Octal 75 263 125 102 0 65 36 204 61 57
Binary 111101 10110011 1010101 1000010 0 110101 11110 10000100 110001 101111

Color Harmonies of #3DB355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB355

Black with #3DB355

Text Example


Text Example

White with #3DB355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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