Html Css Color HEX #3BA34C Chateau Green

📋 copy color: '#3BA34C'

red 59 ◦ green 163 ◦ blue 76

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

Shades of Chateau Green #3BA34C

Tints of Chateau Green #3BA34C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 54.7%

 BLUE value IS 76 (30.08% from 255) = 25.5%

R = 19.8%
G = 54.7%
B = 25.5%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#3BA34C (or 0x3BA34C) is known color: Chateau Green. HEX triplet: 3B, A3 and 4C. RGB value is (59,163,76). Sum of RGB (Red+Green+Blue) = 59+163+76=298 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.80% from 298); Green value is 163 (64.06% from 255 or 54.70% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 163 - color contains mainly: green. Hex color #3BA34C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA34C is #C45CB3. Grayscale: #7A7A7A. Windows color (decimal): -12868788 or 5022523. OLE color: 5022523.

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

Color convert

RGB 59 163 76 -
CMYK 0.64 0 0.53 0.36
HSL 129.81º 0.47% 0.44% -
HSV(B) 129.81º 0.64% 0.64% -
XYZ 16.21 27.65 11.32 -
YUV 121.99 102.04 83.07 -
System Red Green Blue C M Y K H S L
Decimal 59 163 76 0.64 0 0.53 0.36 129.81 0.47 0.44
Hex 3B A3 4C 40 0 35 24 82 2F 2C
Octal 73 243 114 100 0 65 44 202 57 54
Binary 111011 10100011 1001100 1000000 0 110101 100100 10000010 101111 101100

Color Harmonies of #3BA34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA34C

Black with #3BA34C

Text Example


Text Example

White with #3BA34C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,163,76); }

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

background-color css

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

 a { background-color: rgb(59,163,76); }

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

border-color css

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

 span { border-color: rgb(59,163,76); }

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