Html Css Color HEX #3DB95B Chateau Green

📋 copy color: '#3DB95B'

red 61 ◦ green 185 ◦ blue 91

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

Shades of Chateau Green #3DB95B

Tints of Chateau Green #3DB95B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.9%

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

R = 18.1%
G = 54.9%
B = 27%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#3DB95B (or 0x3DB95B) is known color: Chateau Green. HEX triplet: 3D, B9 and 5B. RGB value is (61,185,91). Sum of RGB (Red+Green+Blue) = 61+185+91=337 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.10% from 337); Green value is 185 (72.66% from 255 or 54.90% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB95B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB95B is #C246A4. Grayscale: #898989. Windows color (decimal): -12732069 or 6011197. OLE color: 6011197.

HSL color Cylindrical-coordinate representation of color #3DB95B: hue angle of 134.52º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB95B is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 61 185 91 -
CMYK 0.67 0 0.51 0.27
HSL 134.52º 0.5% 0.48% -
HSV(B) 134.52º 0.67% 0.73% -
XYZ 21.16 36.45 15.82 -
YUV 137.21 101.92 73.64 -
System Red Green Blue C M Y K H S L
Decimal 61 185 91 0.67 0 0.51 0.27 134.52 0.5 0.48
Hex 3D B9 5B 43 0 33 1B 87 32 30
Octal 75 271 133 103 0 63 33 207 62 60
Binary 111101 10111001 1011011 1000011 0 110011 11011 10000111 110010 110000

Color Harmonies of #3DB95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB95B

Black with #3DB95B

Text Example


Text Example

White with #3DB95B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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