Html Css Color HEX #3AAF4D Chateau Green

📋 copy color: '#3AAF4D'

red 58 ◦ green 175 ◦ blue 77

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

Shades of Chateau Green #3AAF4D

Tints of Chateau Green #3AAF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.84%

R = 18.71%
G = 56.45%
B = 24.84%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#3AAF4D (or 0x3AAF4D) is known color: Chateau Green. HEX triplet: 3A, AF and 4D. RGB value is (58,175,77). Sum of RGB (Red+Green+Blue) = 58+175+77=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 175 (68.75% from 255 or 56.45% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAF4D is #C550B2. Grayscale: #818181. Windows color (decimal): -12931251 or 5091130. OLE color: 5091130.

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

Color convert

RGB 58 175 77 -
CMYK 0.67 0 0.56 0.31
HSL 129.74º 0.5% 0.46% -
HSV(B) 129.74º 0.67% 0.69% -
XYZ 18.41 32.1 12.25 -
YUV 128.85 98.74 77.47 -
System Red Green Blue C M Y K H S L
Decimal 58 175 77 0.67 0 0.56 0.31 129.74 0.5 0.46
Hex 3A AF 4D 43 0 38 1F 82 32 2E
Octal 72 257 115 103 0 70 37 202 62 56
Binary 111010 10101111 1001101 1000011 0 111000 11111 10000010 110010 101110

Color Harmonies of #3AAF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAF4D

Black with #3AAF4D

Text Example


Text Example

White with #3AAF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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