Html Css Color HEX #44C385 Emerald

📋 copy color: '#44C385'

red 68 ◦ green 195 ◦ blue 133

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

Shades of Emerald #44C385

Tints of Emerald #44C385

RGB

 RED value IS 68 (26.95% from 255) = 17.17%

 GREEN value IS 195 (76.56% from 255) = 49.24%

 BLUE value IS 133 (52.34% from 255) = 33.59%

R = 17.17%
G = 49.24%
B = 33.59%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#44C385 (or 0x44C385) is known color: Emerald. HEX triplet: 44, C3 and 85. RGB value is (68,195,133). Sum of RGB (Red+Green+Blue) = 68+195+133=396 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.17% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #44C385 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44C385 is #BB3C7A. Grayscale: #969696. Windows color (decimal): -12270715 or 8766276. OLE color: 8766276.

HSL color Cylindrical-coordinate representation of color #44C385: hue angle of 150.71º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44C385 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 68 195 133 -
CMYK 0.65 0 0.32 0.24
HSL 150.71º 0.51% 0.52% -
HSV(B) 150.71º 0.65% 0.76% -
XYZ 26.13 41.95 28.91 -
YUV 149.96 118.42 69.54 -
System Red Green Blue C M Y K H S L
Decimal 68 195 133 0.65 0 0.32 0.24 150.71 0.51 0.52
Hex 44 C3 85 41 0 20 18 97 33 34
Octal 104 303 205 101 0 40 30 227 63 64
Binary 1000100 11000011 10000101 1000001 0 100000 11000 10010111 110011 110100

Color Harmonies of #44C385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44C385

Black with #44C385

Text Example


Text Example

White with #44C385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44C385; }

 p { color: rgb(68,195,133); }

 H1.HeaderClassName
 {
   color: #44C385;
 }
 .AnyTagClassName
 {
   color: #44C385;
 }
</style>

background-color css

<style>
 a { background-color: #44C385; }

 a { background-color: rgb(68,195,133); }

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

border-color css

<style>
 span { border-color: #44C385; }

 span { border-color: rgb(68,195,133); }

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