Html Css Color HEX #3A9B50 Chateau Green

📋 copy color: '#3A9B50'

red 58 ◦ green 155 ◦ blue 80

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

Shades of Chateau Green #3A9B50

Tints of Chateau Green #3A9B50

RGB

 RED value IS 58 (23.05% from 255) = 19.8%

 GREEN value IS 155 (60.94% from 255) = 52.9%

 BLUE value IS 80 (31.64% from 255) = 27.3%

R = 19.8%
G = 52.9%
B = 27.3%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#3A9B50 (or 0x3A9B50) is known color: Chateau Green. HEX triplet: 3A, 9B and 50. RGB value is (58,155,80). Sum of RGB (Red+Green+Blue) = 58+155+80=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 155 (60.94% from 255 or 52.90% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 155 - color contains mainly: green. Hex color #3A9B50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9B50 is #C564AF. Grayscale: #757575. Windows color (decimal): -12936368 or 5282618. OLE color: 5282618.

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

Color convert

RGB 58 155 80 -
CMYK 0.63 0 0.48 0.39
HSL 133.61º 0.46% 0.42% -
HSV(B) 133.61º 0.63% 0.61% -
XYZ 14.91 24.92 11.61 -
YUV 117.45 106.86 85.6 -
System Red Green Blue C M Y K H S L
Decimal 58 155 80 0.63 0 0.48 0.39 133.61 0.46 0.42
Hex 3A 9B 50 3F 0 30 27 86 2E 2A
Octal 72 233 120 77 0 60 47 206 56 52
Binary 111010 10011011 1010000 111111 0 110000 100111 10000110 101110 101010

Color Harmonies of #3A9B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9B50

Black with #3A9B50

Text Example


Text Example

White with #3A9B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,155,80); }

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

background-color css

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

 a { background-color: rgb(58,155,80); }

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

border-color css

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

 span { border-color: rgb(58,155,80); }

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