Html Css Color HEX #41C372 Emerald

📋 copy color: '#41C372'

red 65 ◦ green 195 ◦ blue 114

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

Shades of Emerald #41C372

Tints of Emerald #41C372

RGB

 RED value IS 65 (25.78% from 255) = 17.38%

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

 BLUE value IS 114 (44.92% from 255) = 30.48%

R = 17.38%
G = 52.14%
B = 30.48%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#41C372 (or 0x41C372) is known color: Emerald. HEX triplet: 41, C3 and 72. RGB value is (65,195,114). Sum of RGB (Red+Green+Blue) = 65+195+114=374 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.38% from 374); Green value is 195 (76.56% from 255 or 52.14% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 195 - color contains mainly: green. Hex color #41C372 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C372 is #BE3C8D. Grayscale: #939393. Windows color (decimal): -12467342 or 7521089. OLE color: 7521089.

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

Color convert

RGB 65 195 114 -
CMYK 0.67 0 0.42 0.24
HSL 142.62º 0.52% 0.51% -
HSV(B) 142.62º 0.67% 0.76% -
XYZ 24.73 41.37 22.6 -
YUV 146.9 109.43 69.59 -
System Red Green Blue C M Y K H S L
Decimal 65 195 114 0.67 0 0.42 0.24 142.62 0.52 0.51
Hex 41 C3 72 43 0 2A 18 8F 34 33
Octal 101 303 162 103 0 52 30 217 64 63
Binary 1000001 11000011 1110010 1000011 0 101010 11000 10001111 110100 110011

Color Harmonies of #41C372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C372

Black with #41C372

Text Example


Text Example

White with #41C372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41C372; }

 p { color: rgb(65,195,114); }

 H1.HeaderClassName
 {
   color: #41C372;
 }
 .AnyTagClassName
 {
   color: #41C372;
 }
</style>

background-color css

<style>
 a { background-color: #41C372; }

 a { background-color: rgb(65,195,114); }

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

border-color css

<style>
 span { border-color: #41C372; }

 span { border-color: rgb(65,195,114); }

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