Html Css Color HEX #3DB35A Chateau Green

📋 copy color: '#3DB35A'

red 61 ◦ green 179 ◦ blue 90

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

Shades of Chateau Green #3DB35A

Tints of Chateau Green #3DB35A

RGB

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

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

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

R = 18.48%
G = 54.24%
B = 27.27%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#3DB35A (or 0x3DB35A) is known color: Chateau Green. HEX triplet: 3D, B3 and 5A. RGB value is (61,179,90). Sum of RGB (Red+Green+Blue) = 61+179+90=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 179 (70.31% from 255 or 54.24% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 179 - color contains mainly: green. Hex color #3DB35A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB35A is #C24CA5. Grayscale: #858585. Windows color (decimal): -12733606 or 5944125. OLE color: 5944125.

HSL color Cylindrical-coordinate representation of color #3DB35A: hue angle of 134.75º 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 #3DB35A is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB 61 179 90 -
CMYK 0.66 0 0.50 0.30
HSL 134.75º 0.49% 0.47% -
HSV(B) 134.75º 0.66% 0.7% -
XYZ 19.89 33.97 15.18 -
YUV 133.57 103.41 76.24 -
System Red Green Blue C M Y K H S L
Decimal 61 179 90 0.66 0 0.50 0.30 134.75 0.49 0.47
Hex 3D B3 5A 42 0 32 1E 87 31 2F
Octal 75 263 132 102 0 62 36 207 61 57
Binary 111101 10110011 1011010 1000010 0 110010 11110 10000111 110001 101111

Color Harmonies of #3DB35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB35A

Black with #3DB35A

Text Example


Text Example

White with #3DB35A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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