Html Css Color HEX #3ACD74 Emerald

📋 copy color: '#3ACD74'

red 58 ◦ green 205 ◦ blue 116

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

Shades of Emerald #3ACD74

Tints of Emerald #3ACD74

RGB

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

 GREEN value IS 205 (80.47% from 255) = 54.09%

 BLUE value IS 116 (45.7% from 255) = 30.61%

R = 15.3%
G = 54.09%
B = 30.61%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#3ACD74 (or 0x3ACD74) is known color: Emerald. HEX triplet: 3A, CD and 74. RGB value is (58,205,116). Sum of RGB (Red+Green+Blue) = 58+205+116=379 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.30% from 379); Green value is 205 (80.47% from 255 or 54.09% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ACD74 is #C5328B. Grayscale: #979797. Windows color (decimal): -12923532 or 7654714. OLE color: 7654714.

HSL color Cylindrical-coordinate representation of color #3ACD74: hue angle of 143.67º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACD74 is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 205 116 -
CMYK 0.72 0 0.43 0.20
HSL 143.67º 0.6% 0.52% -
HSV(B) 143.67º 0.72% 0.8% -
XYZ 26.73 45.82 23.96 -
YUV 150.9 108.3 61.74 -
System Red Green Blue C M Y K H S L
Decimal 58 205 116 0.72 0 0.43 0.20 143.67 0.6 0.52
Hex 3A CD 74 48 0 2B 14 90 3C 34
Octal 72 315 164 110 0 53 24 220 74 64
Binary 111010 11001101 1110100 1001000 0 101011 10100 10010000 111100 110100

Color Harmonies of #3ACD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACD74

Black with #3ACD74

Text Example


Text Example

White with #3ACD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,205,116); }

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

background-color css

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

 a { background-color: rgb(58,205,116); }

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

border-color css

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

 span { border-color: rgb(58,205,116); }

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