Html Css Color HEX #04B077 Jade

📋 copy color: '#04B077'

red 4 ◦ green 176 ◦ blue 119

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

Shades of Jade #04B077

Tints of Jade #04B077

RGB

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

 GREEN value IS 176 (69.14% from 255) = 58.86%

 BLUE value IS 119 (46.88% from 255) = 39.8%

R = 1.34%
G = 58.86%
B = 39.8%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#04B077 (or 0x04B077) is known color: Jade. HEX triplet: 04, B0 and 77. RGB value is (4,176,119). Sum of RGB (Red+Green+Blue) = 4+176+119=299 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 299); Green value is 176 (69.14% from 255 or 58.86% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 176 - color contains mainly: green. Hex color #04B077 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04B077 is #FB4F88. Grayscale: #767676. Windows color (decimal): -16469897 or 7843844. OLE color: 7843844.

HSL color Cylindrical-coordinate representation of color #04B077: hue angle of 160.12º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B077 is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 4 176 119 -
CMYK 0.98 0 0.32 0.31
HSL 160.12º 0.96% 0.35% -
HSV(B) 160.12º 0.98% 0.69% -
XYZ 18.91 32.41 22.71 -
YUV 118.07 128.52 46.63 -
System Red Green Blue C M Y K H S L
Decimal 4 176 119 0.98 0 0.32 0.31 160.12 0.96 0.35
Hex 4 B0 77 62 0 20 1F A0 60 23
Octal 4 260 167 142 0 40 37 240 140 43
Binary 100 10110000 1110111 1100010 0 100000 11111 10100000 1100000 100011

Color Harmonies of #04B077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B077

Black with #04B077

Text Example


Text Example

White with #04B077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,176,119); }

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

background-color css

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

 a { background-color: rgb(4,176,119); }

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

border-color css

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

 span { border-color: rgb(4,176,119); }

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