Html Css Color HEX #3AB04F Chateau Green

📋 copy color: '#3AB04F'

red 58 ◦ green 176 ◦ blue 79

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

Shades of Chateau Green #3AB04F

Tints of Chateau Green #3AB04F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 56.23%

 BLUE value IS 79 (31.25% from 255) = 25.24%

R = 18.53%
G = 56.23%
B = 25.24%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#3AB04F (or 0x3AB04F) is known color: Chateau Green. HEX triplet: 3A, B0 and 4F. RGB value is (58,176,79). Sum of RGB (Red+Green+Blue) = 58+176+79=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 176 (69.14% from 255 or 56.23% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 176 - color contains mainly: green. Hex color #3AB04F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AB04F is #C54FB0. Grayscale: #818181. Windows color (decimal): -12930993 or 5222458. OLE color: 5222458.

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

Color convert

RGB 58 176 79 -
CMYK 0.67 0 0.55 0.31
HSL 130.68º 0.5% 0.46% -
HSV(B) 130.68º 0.67% 0.69% -
XYZ 18.68 32.51 12.69 -
YUV 129.66 99.41 76.89 -
System Red Green Blue C M Y K H S L
Decimal 58 176 79 0.67 0 0.55 0.31 130.68 0.5 0.46
Hex 3A B0 4F 43 0 37 1F 83 32 2E
Octal 72 260 117 103 0 67 37 203 62 56
Binary 111010 10110000 1001111 1000011 0 110111 11111 10000011 110010 101110

Color Harmonies of #3AB04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB04F

Black with #3AB04F

Text Example


Text Example

White with #3AB04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,176,79); }

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

background-color css

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

 a { background-color: rgb(58,176,79); }

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

border-color css

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

 span { border-color: rgb(58,176,79); }

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