Html Css Color HEX #3AB25A Chateau Green

📋 copy color: '#3AB25A'

red 58 ◦ green 178 ◦ blue 90

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

Shades of Chateau Green #3AB25A

Tints of Chateau Green #3AB25A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 54.6%

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

R = 17.79%
G = 54.6%
B = 27.61%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#3AB25A (or 0x3AB25A) is known color: Chateau Green. HEX triplet: 3A, B2 and 5A. RGB value is (58,178,90). Sum of RGB (Red+Green+Blue) = 58+178+90=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 178 (69.92% from 255 or 54.60% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 178 - color contains mainly: green. Hex color #3AB25A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AB25A is #C54DA5. Grayscale: #848484. Windows color (decimal): -12930470 or 5943866. OLE color: 5943866.

HSL color Cylindrical-coordinate representation of color #3AB25A: hue angle of 136º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AB25A is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 58 178 90 -
CMYK 0.67 0 0.49 0.30
HSL 136º 0.51% 0.46% -
HSV(B) 136º 0.67% 0.7% -
XYZ 19.51 33.48 15.11 -
YUV 132.09 104.24 75.16 -
System Red Green Blue C M Y K H S L
Decimal 58 178 90 0.67 0 0.49 0.30 136 0.51 0.46
Hex 3A B2 5A 43 0 31 1E 88 33 2E
Octal 72 262 132 103 0 61 36 210 63 56
Binary 111010 10110010 1011010 1000011 0 110001 11110 10001000 110011 101110

Color Harmonies of #3AB25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB25A

Black with #3AB25A

Text Example


Text Example

White with #3AB25A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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