Html Css Color HEX #3BA85E Chateau Green

📋 copy color: '#3BA85E'

red 59 ◦ green 168 ◦ blue 94

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

Shades of Chateau Green #3BA85E

Tints of Chateau Green #3BA85E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.28%

R = 18.38%
G = 52.34%
B = 29.28%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#3BA85E (or 0x3BA85E) is known color: Chateau Green. HEX triplet: 3B, A8 and 5E. RGB value is (59,168,94). Sum of RGB (Red+Green+Blue) = 59+168+94=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 168 (66.02% from 255 or 52.34% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 168 - color contains mainly: green. Hex color #3BA85E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA85E is #C457A1. Grayscale: #7F7F7F. Windows color (decimal): -12867490 or 6203451. OLE color: 6203451.

HSL color Cylindrical-coordinate representation of color #3BA85E: hue angle of 139.27º 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 #3BA85E is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB 59 168 94 -
CMYK 0.65 0 0.44 0.34
HSL 139.27º 0.48% 0.45% -
HSV(B) 139.27º 0.65% 0.66% -
XYZ 17.83 29.74 15.39 -
YUV 126.97 109.39 79.52 -
System Red Green Blue C M Y K H S L
Decimal 59 168 94 0.65 0 0.44 0.34 139.27 0.48 0.45
Hex 3B A8 5E 41 0 2C 22 8B 30 2D
Octal 73 250 136 101 0 54 42 213 60 55
Binary 111011 10101000 1011110 1000001 0 101100 100010 10001011 110000 101101

Color Harmonies of #3BA85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA85E

Black with #3BA85E

Text Example


Text Example

White with #3BA85E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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