Html Css Color HEX #3A9855 Chateau Green

📋 copy color: '#3A9855'

red 58 ◦ green 152 ◦ blue 85

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

Shades of Chateau Green #3A9855

Tints of Chateau Green #3A9855

RGB

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

 GREEN value IS 152 (59.77% from 255) = 51.53%

 BLUE value IS 85 (33.59% from 255) = 28.81%

R = 19.66%
G = 51.53%
B = 28.81%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#3A9855 (or 0x3A9855) is known color: Chateau Green. HEX triplet: 3A, 98 and 55. RGB value is (58,152,85). Sum of RGB (Red+Green+Blue) = 58+152+85=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 152 (59.77% from 255 or 51.53% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 152 - color contains mainly: green. Hex color #3A9855 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9855 is #C567AA. Grayscale: #747474. Windows color (decimal): -12937131 or 5609530. OLE color: 5609530.

HSL color Cylindrical-coordinate representation of color #3A9855: hue angle of 137.23º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A9855 is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB 58 152 85 -
CMYK 0.62 0 0.44 0.40
HSL 137.23º 0.45% 0.41% -
HSV(B) 137.23º 0.62% 0.6% -
XYZ 14.61 24.01 12.46 -
YUV 116.26 110.36 86.45 -
System Red Green Blue C M Y K H S L
Decimal 58 152 85 0.62 0 0.44 0.40 137.23 0.45 0.41
Hex 3A 98 55 3E 0 2C 28 89 2D 29
Octal 72 230 125 76 0 54 50 211 55 51
Binary 111010 10011000 1010101 111110 0 101100 101000 10001001 101101 101001

Color Harmonies of #3A9855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9855

Black with #3A9855

Text Example


Text Example

White with #3A9855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,152,85); }

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

background-color css

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

 a { background-color: rgb(58,152,85); }

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

border-color css

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

 span { border-color: rgb(58,152,85); }

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