Html Css Color HEX #3AAF5B Chateau Green

📋 copy color: '#3AAF5B'

red 58 ◦ green 175 ◦ blue 91

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

Shades of Chateau Green #3AAF5B

Tints of Chateau Green #3AAF5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.09%

R = 17.9%
G = 54.01%
B = 28.09%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#3AAF5B (or 0x3AAF5B) is known color: Chateau Green. HEX triplet: 3A, AF and 5B. RGB value is (58,175,91). Sum of RGB (Red+Green+Blue) = 58+175+91=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAF5B is #C550A4. Grayscale: #828282. Windows color (decimal): -12931237 or 6008634. OLE color: 6008634.

HSL color Cylindrical-coordinate representation of color #3AAF5B: hue angle of 136.92º 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 #3AAF5B is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 58 175 91 -
CMYK 0.67 0 0.48 0.31
HSL 136.92º 0.5% 0.46% -
HSV(B) 136.92º 0.67% 0.69% -
XYZ 18.96 32.31 15.14 -
YUV 130.44 105.74 76.33 -
System Red Green Blue C M Y K H S L
Decimal 58 175 91 0.67 0 0.48 0.31 136.92 0.5 0.46
Hex 3A AF 5B 43 0 30 1F 89 32 2E
Octal 72 257 133 103 0 60 37 211 62 56
Binary 111010 10101111 1011011 1000011 0 110000 11111 10001001 110010 101110

Color Harmonies of #3AAF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAF5B

Black with #3AAF5B

Text Example


Text Example

White with #3AAF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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