#00733C

Color #00733C Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #00733C

Tints of Jewel #00733C

Color information

#00733C (or 0x00733C) is unknown color: approx Jewel. HEX triplet: 00, 73 and 3C. RGB value is (0,115,60). Sum of RGB (Red+Green+Blue) = 0+115+60=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 115 (45.31% from 255 or 65.71% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 115 - color contains mainly: green. Hex color #00733C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00733C is #FF8CC3. Grayscale: #4A4A4A. Windows color (decimal): -16747716 or 3961600. OLE color: 3961600.

HSL color Cylindrical-coordinate representation of color #00733C: hue angle of 151.3º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00733C is Cyan = 1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB011560-
CMYK100.480.55
HSL151.3º100%22.55%-
HSV(B)151.3º100%45.1%-
XYZ6.9512.596.34-
YUV74.34119.974.97-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 115 (45.31% from 255) = 65.71%
BLUE value IS 60 (23.83% from 255) = 34.29%
R=0%
G=65.71%
B=34.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal011560100.480.55151.310022.55
Hex0733C6403037976417
Octal0163741440606722714427
Binary011100111111001100100011000011011110010111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00733C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00733C; }

 p { color: rgb(0,115,60); }

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

<style>
 a { background-color: #00733C; }

 a { background-color: rgb(0,115,60); }

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

<style>
 span { border-color: #00733C; }

 span { border-color: rgb(0,115,60); }

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