Html Css Color HEX #3BA85D Chateau Green

📋 copy color: '#3BA85D'

red 59 ◦ green 168 ◦ blue 93

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

Shades of Chateau Green #3BA85D

Tints of Chateau Green #3BA85D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 52.5%

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

R = 18.44%
G = 52.5%
B = 29.06%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#3BA85D (or 0x3BA85D) is known color: Chateau Green. HEX triplet: 3B, A8 and 5D. RGB value is (59,168,93). Sum of RGB (Red+Green+Blue) = 59+168+93=320 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.44% from 320); Green value is 168 (66.02% from 255 or 52.5% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 168 - color contains mainly: green. Hex color #3BA85D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA85D is #C457A2. Grayscale: #7F7F7F. Windows color (decimal): -12867491 or 6137915. OLE color: 6137915.

HSL color Cylindrical-coordinate representation of color #3BA85D: hue angle of 138.72º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA85D is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB 59 168 93 -
CMYK 0.65 0 0.45 0.34
HSL 138.72º 0.48% 0.45% -
HSV(B) 138.72º 0.65% 0.66% -
XYZ 17.78 29.73 15.16 -
YUV 126.86 108.89 79.6 -
System Red Green Blue C M Y K H S L
Decimal 59 168 93 0.65 0 0.45 0.34 138.72 0.48 0.45
Hex 3B A8 5D 41 0 2D 22 8B 30 2D
Octal 73 250 135 101 0 55 42 213 60 55
Binary 111011 10101000 1011101 1000001 0 101101 100010 10001011 110000 101101

Color Harmonies of #3BA85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA85D

Black with #3BA85D

Text Example


Text Example

White with #3BA85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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