Html Css Color HEX #3AB155 Chateau Green

📋 copy color: '#3AB155'

red 58 ◦ green 177 ◦ blue 85

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

Shades of Chateau Green #3AB155

Tints of Chateau Green #3AB155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.56%

R = 18.13%
G = 55.31%
B = 26.56%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#3AB155 (or 0x3AB155) is known color: Chateau Green. HEX triplet: 3A, B1 and 55. RGB value is (58,177,85). Sum of RGB (Red+Green+Blue) = 58+177+85=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 177 (69.53% from 255 or 55.31% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 177 - color contains mainly: green. Hex color #3AB155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AB155 is #C54EAA. Grayscale: #838383. Windows color (decimal): -12930731 or 5615930. OLE color: 5615930.

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

Color convert

RGB 58 177 85 -
CMYK 0.67 0 0.52 0.31
HSL 133.61º 0.51% 0.46% -
HSV(B) 133.61º 0.67% 0.69% -
XYZ 19.11 33 13.96 -
YUV 130.93 102.08 75.98 -
System Red Green Blue C M Y K H S L
Decimal 58 177 85 0.67 0 0.52 0.31 133.61 0.51 0.46
Hex 3A B1 55 43 0 34 1F 86 33 2E
Octal 72 261 125 103 0 64 37 206 63 56
Binary 111010 10110001 1010101 1000011 0 110100 11111 10000110 110011 101110

Color Harmonies of #3AB155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB155

Black with #3AB155

Text Example


Text Example

White with #3AB155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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