Html Css Color HEX #3AAF58 Chateau Green

📋 copy color: '#3AAF58'

red 58 ◦ green 175 ◦ blue 88

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

Shades of Chateau Green #3AAF58

Tints of Chateau Green #3AAF58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.41%

R = 18.07%
G = 54.52%
B = 27.41%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#3AAF58 (or 0x3AAF58) is known color: Chateau Green. HEX triplet: 3A, AF and 58. RGB value is (58,175,88). Sum of RGB (Red+Green+Blue) = 58+175+88=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 175 (68.75% from 255 or 54.52% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAF58 is #C550A7. Grayscale: #828282. Windows color (decimal): -12931240 or 5812026. OLE color: 5812026.

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

Color convert

RGB 58 175 88 -
CMYK 0.67 0 0.50 0.31
HSL 135.38º 0.5% 0.46% -
HSV(B) 135.38º 0.67% 0.69% -
XYZ 18.84 32.26 14.47 -
YUV 130.1 104.24 76.57 -
System Red Green Blue C M Y K H S L
Decimal 58 175 88 0.67 0 0.50 0.31 135.38 0.5 0.46
Hex 3A AF 58 43 0 32 1F 87 32 2E
Octal 72 257 130 103 0 62 37 207 62 56
Binary 111010 10101111 1011000 1000011 0 110010 11111 10000111 110010 101110

Color Harmonies of #3AAF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAF58

Black with #3AAF58

Text Example


Text Example

White with #3AAF58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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