Html Css Color HEX #3DB35B Chateau Green

📋 copy color: '#3DB35B'

red 61 ◦ green 179 ◦ blue 91

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

Shades of Chateau Green #3DB35B

Tints of Chateau Green #3DB35B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.49%

R = 18.43%
G = 54.08%
B = 27.49%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#3DB35B (or 0x3DB35B) is known color: Chateau Green. HEX triplet: 3D, B3 and 5B. RGB value is (61,179,91). Sum of RGB (Red+Green+Blue) = 61+179+91=331 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.43% from 331); Green value is 179 (70.31% from 255 or 54.08% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 179 - color contains mainly: green. Hex color #3DB35B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB35B is #C24CA4. Grayscale: #858585. Windows color (decimal): -12733605 or 6009661. OLE color: 6009661.

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

Color convert

RGB 61 179 91 -
CMYK 0.66 0 0.49 0.30
HSL 135.25º 0.49% 0.47% -
HSV(B) 135.25º 0.66% 0.7% -
XYZ 19.93 33.99 15.41 -
YUV 133.69 103.91 76.16 -
System Red Green Blue C M Y K H S L
Decimal 61 179 91 0.66 0 0.49 0.30 135.25 0.49 0.47
Hex 3D B3 5B 42 0 31 1E 87 31 2F
Octal 75 263 133 102 0 61 36 207 61 57
Binary 111101 10110011 1011011 1000010 0 110001 11110 10000111 110001 101111

Color Harmonies of #3DB35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB35B

Black with #3DB35B

Text Example


Text Example

White with #3DB35B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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