Html Css Color HEX #3A985A Chateau Green

📋 copy color: '#3A985A'

red 58 ◦ green 152 ◦ blue 90

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

Shades of Chateau Green #3A985A

Tints of Chateau Green #3A985A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30%

R = 19.33%
G = 50.67%
B = 30%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#3A985A (or 0x3A985A) is known color: Chateau Green. HEX triplet: 3A, 98 and 5A. RGB value is (58,152,90). Sum of RGB (Red+Green+Blue) = 58+152+90=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 152 (59.77% from 255 or 50.67% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 152 - color contains mainly: green. Hex color #3A985A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A985A is #C567A5. Grayscale: #747474. Windows color (decimal): -12937126 or 5937210. OLE color: 5937210.

HSL color Cylindrical-coordinate representation of color #3A985A: hue angle of 140.43º 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 #3A985A is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB 58 152 90 -
CMYK 0.62 0 0.41 0.40
HSL 140.43º 0.45% 0.41% -
HSV(B) 140.43º 0.62% 0.6% -
XYZ 14.82 24.09 13.54 -
YUV 116.83 112.86 86.04 -
System Red Green Blue C M Y K H S L
Decimal 58 152 90 0.62 0 0.41 0.40 140.43 0.45 0.41
Hex 3A 98 5A 3E 0 29 28 8C 2D 29
Octal 72 230 132 76 0 51 50 214 55 51
Binary 111010 10011000 1011010 111110 0 101001 101000 10001100 101101 101001

Color Harmonies of #3A985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A985A

Black with #3A985A

Text Example


Text Example

White with #3A985A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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