Html Css Color HEX #3BA15D Chateau Green

📋 copy color: '#3BA15D'

red 59 ◦ green 161 ◦ blue 93

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

Shades of Chateau Green #3BA15D

Tints of Chateau Green #3BA15D

RGB

 RED value IS 59 (23.44% from 255) = 18.85%

 GREEN value IS 161 (63.28% from 255) = 51.44%

 BLUE value IS 93 (36.72% from 255) = 29.71%

R = 18.85%
G = 51.44%
B = 29.71%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#3BA15D (or 0x3BA15D) is known color: Chateau Green. HEX triplet: 3B, A1 and 5D. RGB value is (59,161,93). Sum of RGB (Red+Green+Blue) = 59+161+93=313 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.85% from 313); Green value is 161 (63.28% from 255 or 51.44% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 161 - color contains mainly: green. Hex color #3BA15D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA15D is #C45EA2. Grayscale: #7A7A7A. Windows color (decimal): -12869283 or 6136123. OLE color: 6136123.

HSL color Cylindrical-coordinate representation of color #3BA15D: hue angle of 140º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3BA15D is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 59 161 93 -
CMYK 0.63 0 0.42 0.37
HSL 140º 0.46% 0.43% -
HSV(B) 140º 0.63% 0.63% -
XYZ 16.52 27.21 14.74 -
YUV 122.75 111.21 82.53 -
System Red Green Blue C M Y K H S L
Decimal 59 161 93 0.63 0 0.42 0.37 140 0.46 0.43
Hex 3B A1 5D 3F 0 2A 25 8C 2E 2B
Octal 73 241 135 77 0 52 45 214 56 53
Binary 111011 10100001 1011101 111111 0 101010 100101 10001100 101110 101011

Color Harmonies of #3BA15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA15D

Black with #3BA15D

Text Example


Text Example

White with #3BA15D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,161,93); }

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

background-color css

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

 a { background-color: rgb(59,161,93); }

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

border-color css

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

 span { border-color: rgb(59,161,93); }

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