#03B064

Color #03B064 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #03B064

Tints of Jade #03B064

Color information

#03B064 (or 0x03B064) is unknown color: approx Jade. HEX triplet: 03, B0 and 64. RGB value is (3,176,100). Sum of RGB (Red+Green+Blue) = 3+176+100=279 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 279); Green value is 176 (69.14% from 255 or 63.08% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 176 - color contains mainly: green. Hex color #03B064 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03B064 is #FC4F9B. Grayscale: #737373. Windows color (decimal): -16535452 or 6598659. OLE color: 6598659.

HSL color Cylindrical-coordinate representation of color #03B064: hue angle of 153.64º degrees, saturation: 0.97, 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 #03B064 is Cyan = 0.98, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB3176100-
CMYK0.9800.430.31
HSL153.64º96.65%35.1%-
HSV(B)153.64º98.3%69.02%-
XYZ17.8631.9917.29-
YUV115.61119.1947.68-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.08%
GREEN value IS 176 (69.14% from 255) = 63.08%
BLUE value IS 100 (39.45% from 255) = 35.84%
R=1.08%
G=63.08%
B=35.84%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31761000.9800.430.31153.6496.6535.1
Hex3B0646202B1F9a6123
Octal32601441420533723214143
Binary111011000011001001100010010101111111100110101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03B064; }

 p { color: rgb(3,176,100); }

 H1.HeaderClassName
 {
   color: #03B064;
 }
 .AnyTagClassName
 {
   color: #03B064;
 }
</style>
background-color css

<style>
 a { background-color: #03B064; }

 a { background-color: rgb(3,176,100); }

 div.DivClassName
 {
   background-color: #03B064;
 }
 .BgClassName
 {
   background-color: #03B064;
 }
</style>
border-color css

<style>
 span { border-color: #03B064; }

 span { border-color: rgb(3,176,100); }

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