Html Css Color HEX #04924B Pigment Green

📋 copy color: '#04924B'

red 4 ◦ green 146 ◦ blue 75

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

Shades of Pigment Green #04924B

Tints of Pigment Green #04924B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 64.89%

 BLUE value IS 75 (29.69% from 255) = 33.33%

R = 1.78%
G = 64.89%
B = 33.33%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.49

 K value IS 0.43

RGB Variations

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

Color information

#04924B (or 0x04924B) is known color: Pigment Green. HEX triplet: 04, 92 and 4B. RGB value is (4,146,75). Sum of RGB (Red+Green+Blue) = 4+146+75=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 146 (57.42% from 255 or 64.89% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 146 - color contains mainly: green. Hex color #04924B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04924B is #FB6DB4. Grayscale: #5F5F5F. Windows color (decimal): -16477621 or 4952580. OLE color: 4952580.

HSL color Cylindrical-coordinate representation of color #04924B: hue angle of 150º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04924B is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 146 75 -
CMYK 0.97 0 0.49 0.43
HSL 150º 0.95% 0.29% -
HSV(B) 150º 0.97% 0.57% -
XYZ 11.6 21.09 10.12 -
YUV 95.45 116.46 62.77 -
System Red Green Blue C M Y K H S L
Decimal 4 146 75 0.97 0 0.49 0.43 150 0.95 0.29
Hex 4 92 4B 61 0 31 2B 96 5F 1D
Octal 4 222 113 141 0 61 53 226 137 35
Binary 100 10010010 1001011 1100001 0 110001 101011 10010110 1011111 11101

Color Harmonies of #04924B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04924B

Black with #04924B

Text Example


Text Example

White with #04924B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04924B; }

 p { color: rgb(4,146,75); }

 H1.HeaderClassName
 {
   color: #04924B;
 }
 .AnyTagClassName
 {
   color: #04924B;
 }
</style>

background-color css

<style>
 a { background-color: #04924B; }

 a { background-color: rgb(4,146,75); }

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

border-color css

<style>
 span { border-color: #04924B; }

 span { border-color: rgb(4,146,75); }

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