Html Css Color HEX #04C13A Dark Pastel Green

📋 copy color: '#04C13A'

red 4 ◦ green 193 ◦ blue 58

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

Shades of Dark Pastel Green #04C13A

Tints of Dark Pastel Green #04C13A

RGB

 RED value IS 4 (1.95% from 255) = 1.57%

 GREEN value IS 193 (75.78% from 255) = 75.69%

 BLUE value IS 58 (23.05% from 255) = 22.75%

R = 1.57%
G = 75.69%
B = 22.75%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#04C13A (or 0x04C13A) is known color: Dark Pastel Green. HEX triplet: 04, C1 and 3A. RGB value is (4,193,58). Sum of RGB (Red+Green+Blue) = 4+193+58=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 193 (75.78% from 255 or 75.69% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 193 - color contains mainly: green. Hex color #04C13A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C13A is #FB3EC5. Grayscale: #797979. Windows color (decimal): -16465606 or 3850500. OLE color: 3850500.

HSL color Cylindrical-coordinate representation of color #04C13A: hue angle of 137.14º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C13A is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 4 193 58 -
CMYK 0.98 0 0.70 0.24
HSL 137.14º 0.96% 0.39% -
HSV(B) 137.14º 0.98% 0.76% -
XYZ 19.88 38.47 10.38 -
YUV 121.1 92.38 44.48 -
System Red Green Blue C M Y K H S L
Decimal 4 193 58 0.98 0 0.70 0.24 137.14 0.96 0.39
Hex 4 C1 3A 62 0 46 18 89 60 27
Octal 4 301 72 142 0 106 30 211 140 47
Binary 100 11000001 111010 1100010 0 1000110 11000 10001001 1100000 100111

Color Harmonies of #04C13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C13A

Black with #04C13A

Text Example


Text Example

White with #04C13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04C13A; }

 p { color: rgb(4,193,58); }

 H1.HeaderClassName
 {
   color: #04C13A;
 }
 .AnyTagClassName
 {
   color: #04C13A;
 }
</style>

background-color css

<style>
 a { background-color: #04C13A; }

 a { background-color: rgb(4,193,58); }

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

border-color css

<style>
 span { border-color: #04C13A; }

 span { border-color: rgb(4,193,58); }

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