#007035

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

Shades of Jewel #007035

Tints of Jewel #007035

Color information

#007035 (or 0x007035) is unknown color: approx Jewel. HEX triplet: 00, 70 and 35. RGB value is (0,112,53). Sum of RGB (Red+Green+Blue) = 0+112+53=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 112 (44.14% from 255 or 67.88% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 112 - color contains mainly: green. Hex color #007035 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007035 is #FF8FCA. Grayscale: #474747. Windows color (decimal): -16748491 or 3502080. OLE color: 3502080.

HSL color Cylindrical-coordinate representation of color #007035: hue angle of 148.39º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007035 is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB011253-
CMYK100.530.56
HSL148.39º100%21.96%-
HSV(B)148.39º100%43.92%-
XYZ6.4411.855.32-
YUV71.79117.3976.8-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 112 (44.14% from 255) = 67.88%
BLUE value IS 53 (21.09% from 255) = 32.12%
R=0%
G=67.88%
B=32.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011253100.530.56148.3910021.96
Hex070356403538946416
Octal0160651440657022414426
Binary011100001101011100100011010111100010010100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007035; }

 p { color: rgb(0,112,53); }

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

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

 a { background-color: rgb(0,112,53); }

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

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

 span { border-color: rgb(0,112,53); }

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