Html Css Color HEX #3AB05A Chateau Green

📋 copy color: '#3AB05A'

red 58 ◦ green 176 ◦ blue 90

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

Shades of Chateau Green #3AB05A

Tints of Chateau Green #3AB05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.78%

R = 17.9%
G = 54.32%
B = 27.78%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#3AB05A (or 0x3AB05A) is known color: Chateau Green. HEX triplet: 3A, B0 and 5A. RGB value is (58,176,90). Sum of RGB (Red+Green+Blue) = 58+176+90=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 176 (69.14% from 255 or 54.32% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 176 - color contains mainly: green. Hex color #3AB05A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AB05A is #C54FA5. Grayscale: #838383. Windows color (decimal): -12930982 or 5943354. OLE color: 5943354.

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

Color convert

RGB 58 176 90 -
CMYK 0.67 0 0.49 0.31
HSL 136.27º 0.5% 0.46% -
HSV(B) 136.27º 0.67% 0.69% -
XYZ 19.12 32.69 14.97 -
YUV 130.91 104.91 75.99 -
System Red Green Blue C M Y K H S L
Decimal 58 176 90 0.67 0 0.49 0.31 136.27 0.5 0.46
Hex 3A B0 5A 43 0 31 1F 88 32 2E
Octal 72 260 132 103 0 61 37 210 62 56
Binary 111010 10110000 1011010 1000011 0 110001 11111 10001000 110010 101110

Color Harmonies of #3AB05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB05A

Black with #3AB05A

Text Example


Text Example

White with #3AB05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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