Html Css Color HEX #3A995A Chateau Green

📋 copy color: '#3A995A'

red 58 ◦ green 153 ◦ blue 90

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

Shades of Chateau Green #3A995A

Tints of Chateau Green #3A995A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.83%

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

R = 19.27%
G = 50.83%
B = 29.9%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#3A995A (or 0x3A995A) is known color: Chateau Green. HEX triplet: 3A, 99 and 5A. RGB value is (58,153,90). Sum of RGB (Red+Green+Blue) = 58+153+90=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #3A995A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A995A is #C566A5. Grayscale: #757575. Windows color (decimal): -12936870 or 5937466. OLE color: 5937466.

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

Color convert

RGB 58 153 90 -
CMYK 0.62 0 0.41 0.4
HSL 140.21º 0.45% 0.41% -
HSV(B) 140.21º 0.62% 0.6% -
XYZ 14.98 24.42 13.6 -
YUV 117.41 112.53 85.62 -
System Red Green Blue C M Y K H S L
Decimal 58 153 90 0.62 0 0.41 0.4 140.21 0.45 0.41
Hex 3A 99 5A 3E 0 29 28 8C 2D 29
Octal 72 231 132 76 0 51 50 214 55 51
Binary 111010 10011001 1011010 111110 0 101001 101000 10001100 101101 101001

Color Harmonies of #3A995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A995A

Black with #3A995A

Text Example


Text Example

White with #3A995A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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