Html Css Color HEX #3DB55A Chateau Green

📋 copy color: '#3DB55A'

red 61 ◦ green 181 ◦ blue 90

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

Shades of Chateau Green #3DB55A

Tints of Chateau Green #3DB55A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 54.52%

 BLUE value IS 90 (35.55% from 255) = 27.11%

R = 18.37%
G = 54.52%
B = 27.11%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#3DB55A (or 0x3DB55A) is known color: Chateau Green. HEX triplet: 3D, B5 and 5A. RGB value is (61,181,90). Sum of RGB (Red+Green+Blue) = 61+181+90=332 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.37% from 332); Green value is 181 (71.09% from 255 or 54.52% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB55A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB55A is #C24AA5. Grayscale: #868686. Windows color (decimal): -12733094 or 5944637. OLE color: 5944637.

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

Color convert

RGB 61 181 90 -
CMYK 0.66 0 0.50 0.29
HSL 134.5º 0.5% 0.47% -
HSV(B) 134.5º 0.66% 0.71% -
XYZ 20.29 34.78 15.32 -
YUV 134.75 102.74 75.4 -
System Red Green Blue C M Y K H S L
Decimal 61 181 90 0.66 0 0.50 0.29 134.5 0.5 0.47
Hex 3D B5 5A 42 0 32 1D 86 32 2F
Octal 75 265 132 102 0 62 35 206 62 57
Binary 111101 10110101 1011010 1000010 0 110010 11101 10000110 110010 101111

Color Harmonies of #3DB55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB55A

Black with #3DB55A

Text Example


Text Example

White with #3DB55A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,181,90); }

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

background-color css

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

 a { background-color: rgb(61,181,90); }

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

border-color css

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

 span { border-color: rgb(61,181,90); }

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