Html Css Color HEX #3DB655 Chateau Green

📋 copy color: '#3DB655'

red 61 ◦ green 182 ◦ blue 85

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

Shades of Chateau Green #3DB655

Tints of Chateau Green #3DB655

RGB

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

 GREEN value IS 182 (71.48% from 255) = 55.49%

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

R = 18.6%
G = 55.49%
B = 25.91%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#3DB655 (or 0x3DB655) is known color: Chateau Green. HEX triplet: 3D, B6 and 55. RGB value is (61,182,85). Sum of RGB (Red+Green+Blue) = 61+182+85=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 182 (71.48% from 255 or 55.49% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 182 - color contains mainly: green. Hex color #3DB655 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB655 is #C249AA. Grayscale: #878787. Windows color (decimal): -12732843 or 5617213. OLE color: 5617213.

HSL color Cylindrical-coordinate representation of color #3DB655: hue angle of 131.9º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB655 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 61 182 85 -
CMYK 0.66 0 0.53 0.29
HSL 131.9º 0.5% 0.48% -
HSV(B) 131.9º 0.66% 0.71% -
XYZ 20.29 35.1 14.3 -
YUV 134.76 99.91 75.39 -
System Red Green Blue C M Y K H S L
Decimal 61 182 85 0.66 0 0.53 0.29 131.9 0.5 0.48
Hex 3D B6 55 42 0 35 1D 84 32 30
Octal 75 266 125 102 0 65 35 204 62 60
Binary 111101 10110110 1010101 1000010 0 110101 11101 10000100 110010 110000

Color Harmonies of #3DB655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB655

Black with #3DB655

Text Example


Text Example

White with #3DB655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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