Html Css Color HEX #3BA563 Chateau Green

📋 copy color: '#3BA563'

red 59 ◦ green 165 ◦ blue 99

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

Shades of Chateau Green #3BA563

Tints of Chateau Green #3BA563

RGB

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

 GREEN value IS 165 (64.84% from 255) = 51.08%

 BLUE value IS 99 (39.06% from 255) = 30.65%

R = 18.27%
G = 51.08%
B = 30.65%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#3BA563 (or 0x3BA563) is known color: Chateau Green. HEX triplet: 3B, A5 and 63. RGB value is (59,165,99). Sum of RGB (Red+Green+Blue) = 59+165+99=323 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.27% from 323); Green value is 165 (64.84% from 255 or 51.08% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 165 - color contains mainly: green. Hex color #3BA563 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA563 is #C45A9C. Grayscale: #7D7D7D. Windows color (decimal): -12868253 or 6530363. OLE color: 6530363.

HSL color Cylindrical-coordinate representation of color #3BA563: hue angle of 142.64º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA563 is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 59 165 99 -
CMYK 0.64 0 0.40 0.35
HSL 142.64º 0.47% 0.44% -
HSV(B) 142.64º 0.64% 0.65% -
XYZ 17.51 28.74 16.43 -
YUV 125.78 112.88 80.37 -
System Red Green Blue C M Y K H S L
Decimal 59 165 99 0.64 0 0.40 0.35 142.64 0.47 0.44
Hex 3B A5 63 40 0 28 23 8F 2F 2C
Octal 73 245 143 100 0 50 43 217 57 54
Binary 111011 10100101 1100011 1000000 0 101000 100011 10001111 101111 101100

Color Harmonies of #3BA563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA563

Black with #3BA563

Text Example


Text Example

White with #3BA563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,165,99); }

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

background-color css

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

 a { background-color: rgb(59,165,99); }

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

border-color css

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

 span { border-color: rgb(59,165,99); }

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