Html Css Color HEX #04B348 Pigment Green

📋 copy color: '#04B348'

red 4 ◦ green 179 ◦ blue 72

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

Shades of Pigment Green #04B348

Tints of Pigment Green #04B348

RGB

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

 GREEN value IS 179 (70.31% from 255) = 70.2%

 BLUE value IS 72 (28.52% from 255) = 28.24%

R = 1.57%
G = 70.2%
B = 28.24%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#04B348 (or 0x04B348) is known color: Pigment Green. HEX triplet: 04, B3 and 48. RGB value is (4,179,72). Sum of RGB (Red+Green+Blue) = 4+179+72=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 179 (70.31% from 255 or 70.20% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 179 - color contains mainly: green. Hex color #04B348 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04B348 is #FB4CB7. Grayscale: #727272. Windows color (decimal): -16469176 or 4764420. OLE color: 4764420.

HSL color Cylindrical-coordinate representation of color #04B348: hue angle of 143.31º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B348 is Cyan = 0.98, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 4 179 72 -
CMYK 0.98 0 0.60 0.30
HSL 143.31º 0.96% 0.36% -
HSV(B) 143.31º 0.98% 0.7% -
XYZ 17.34 32.73 11.54 -
YUV 114.48 104.02 49.2 -
System Red Green Blue C M Y K H S L
Decimal 4 179 72 0.98 0 0.60 0.30 143.31 0.96 0.36
Hex 4 B3 48 62 0 3C 1E 8F 60 24
Octal 4 263 110 142 0 74 36 217 140 44
Binary 100 10110011 1001000 1100010 0 111100 11110 10001111 1100000 100100

Color Harmonies of #04B348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B348

Black with #04B348

Text Example


Text Example

White with #04B348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,179,72); }

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

background-color css

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

 a { background-color: rgb(4,179,72); }

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

border-color css

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

 span { border-color: rgb(4,179,72); }

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