Html Css Color HEX #3AB85C Chateau Green

📋 copy color: '#3AB85C'

red 58 ◦ green 184 ◦ blue 92

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

Shades of Chateau Green #3AB85C

Tints of Chateau Green #3AB85C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 55.09%

 BLUE value IS 92 (36.33% from 255) = 27.54%

R = 17.37%
G = 55.09%
B = 27.54%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#3AB85C (or 0x3AB85C) is known color: Chateau Green. HEX triplet: 3A, B8 and 5C. RGB value is (58,184,92). Sum of RGB (Red+Green+Blue) = 58+184+92=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 184 (72.27% from 255 or 55.09% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 184 - color contains mainly: green. Hex color #3AB85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AB85C is #C547A3. Grayscale: #888888. Windows color (decimal): -12928932 or 6076474. OLE color: 6076474.

HSL color Cylindrical-coordinate representation of color #3AB85C: hue angle of 136.19º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AB85C is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 58 184 92 -
CMYK 0.68 0 0.50 0.28
HSL 136.19º 0.52% 0.47% -
HSV(B) 136.19º 0.68% 0.72% -
XYZ 20.82 35.95 15.97 -
YUV 135.84 103.26 72.48 -
System Red Green Blue C M Y K H S L
Decimal 58 184 92 0.68 0 0.50 0.28 136.19 0.52 0.47
Hex 3A B8 5C 44 0 32 1C 88 34 2F
Octal 72 270 134 104 0 62 34 210 64 57
Binary 111010 10111000 1011100 1000100 0 110010 11100 10001000 110100 101111

Color Harmonies of #3AB85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB85C

Black with #3AB85C

Text Example


Text Example

White with #3AB85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,184,92); }

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

background-color css

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

 a { background-color: rgb(58,184,92); }

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

border-color css

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

 span { border-color: rgb(58,184,92); }

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