Html Css Color HEX #04B375 Jade

📋 copy color: '#04B375'

red 4 ◦ green 179 ◦ blue 117

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

Shades of Jade #04B375

Tints of Jade #04B375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39%

R = 1.33%
G = 59.67%
B = 39%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#04B375 (or 0x04B375) is known color: Jade. HEX triplet: 04, B3 and 75. RGB value is (4,179,117). Sum of RGB (Red+Green+Blue) = 4+179+117=300 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 300); Green value is 179 (70.31% from 255 or 59.67% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 179 - color contains mainly: green. Hex color #04B375 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04B375 is #FB4C8A. Grayscale: #777777. Windows color (decimal): -16469131 or 7713540. OLE color: 7713540.

HSL color Cylindrical-coordinate representation of color #04B375: hue angle of 158.74º 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 #04B375 is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 4 179 117 -
CMYK 0.98 0 0.35 0.30
HSL 158.74º 0.96% 0.36% -
HSV(B) 158.74º 0.98% 0.7% -
XYZ 19.38 33.55 22.28 -
YUV 119.61 126.52 45.54 -
System Red Green Blue C M Y K H S L
Decimal 4 179 117 0.98 0 0.35 0.30 158.74 0.96 0.36
Hex 4 B3 75 62 0 23 1E 9F 60 24
Octal 4 263 165 142 0 43 36 237 140 44
Binary 100 10110011 1110101 1100010 0 100011 11110 10011111 1100000 100100

Color Harmonies of #04B375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B375

Black with #04B375

Text Example


Text Example

White with #04B375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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