Html Css Color HEX #3AB150 Chateau Green

📋 copy color: '#3AB150'

red 58 ◦ green 177 ◦ blue 80

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

Shades of Chateau Green #3AB150

Tints of Chateau Green #3AB150

RGB

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

 GREEN value IS 177 (69.53% from 255) = 56.19%

 BLUE value IS 80 (31.64% from 255) = 25.4%

R = 18.41%
G = 56.19%
B = 25.4%

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

#3AB150 (or 0x3AB150) is known color: Chateau Green. HEX triplet: 3A, B1 and 50. RGB value is (58,177,80). Sum of RGB (Red+Green+Blue) = 58+177+80=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 177 (69.53% from 255 or 56.19% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 177 - color contains mainly: green. Hex color #3AB150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AB150 is #C54EAF. Grayscale: #828282. Windows color (decimal): -12930736 or 5288250. OLE color: 5288250.

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

Color convert

RGB 58 177 80 -
CMYK 0.67 0 0.55 0.31
HSL 131.09º 0.51% 0.46% -
HSV(B) 131.09º 0.67% 0.69% -
XYZ 18.92 32.92 12.95 -
YUV 130.36 99.58 76.39 -
System Red Green Blue C M Y K H S L
Decimal 58 177 80 0.67 0 0.55 0.31 131.09 0.51 0.46
Hex 3A B1 50 43 0 37 1F 83 33 2E
Octal 72 261 120 103 0 67 37 203 63 56
Binary 111010 10110001 1010000 1000011 0 110111 11111 10000011 110011 101110

Color Harmonies of #3AB150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB150

Black with #3AB150

Text Example


Text Example

White with #3AB150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,177,80); }

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

background-color css

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

 a { background-color: rgb(58,177,80); }

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

border-color css

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

 span { border-color: rgb(58,177,80); }

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