Html Css Color HEX #3AAF5D Chateau Green

📋 copy color: '#3AAF5D'

red 58 ◦ green 175 ◦ blue 93

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

Shades of Chateau Green #3AAF5D

Tints of Chateau Green #3AAF5D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 53.68%

 BLUE value IS 93 (36.72% from 255) = 28.53%

R = 17.79%
G = 53.68%
B = 28.53%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#3AAF5D (or 0x3AAF5D) is known color: Chateau Green. HEX triplet: 3A, AF and 5D. RGB value is (58,175,93). Sum of RGB (Red+Green+Blue) = 58+175+93=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 175 (68.75% from 255 or 53.68% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAF5D is #C550A2. Grayscale: #828282. Windows color (decimal): -12931235 or 6139706. OLE color: 6139706.

HSL color Cylindrical-coordinate representation of color #3AAF5D: hue angle of 137.95º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AAF5D is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 58 175 93 -
CMYK 0.67 0 0.47 0.31
HSL 137.95º 0.5% 0.46% -
HSV(B) 137.95º 0.67% 0.69% -
XYZ 19.05 32.35 15.6 -
YUV 130.67 106.74 76.17 -
System Red Green Blue C M Y K H S L
Decimal 58 175 93 0.67 0 0.47 0.31 137.95 0.5 0.46
Hex 3A AF 5D 43 0 2F 1F 8A 32 2E
Octal 72 257 135 103 0 57 37 212 62 56
Binary 111010 10101111 1011101 1000011 0 101111 11111 10001010 110010 101110

Color Harmonies of #3AAF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAF5D

Black with #3AAF5D

Text Example


Text Example

White with #3AAF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,175,93); }

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

background-color css

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

 a { background-color: rgb(58,175,93); }

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

border-color css

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

 span { border-color: rgb(58,175,93); }

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