#007434

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

Shades of Jewel #007434

Tints of Jewel #007434

Color information

#007434 (or 0x007434) is unknown color: approx Jewel. HEX triplet: 00, 74 and 34. RGB value is (0,116,52). Sum of RGB (Red+Green+Blue) = 0+116+52=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 116 (45.70% from 255 or 69.05% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 116 - color contains mainly: green. Hex color #007434 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007434 is #FF8BCB. Grayscale: #4A4A4A. Windows color (decimal): -16747468 or 3437568. OLE color: 3437568.

HSL color Cylindrical-coordinate representation of color #007434: hue angle of 146.9º 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 #007434 is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB011652-
CMYK100.550.55
HSL146.9º100%22.75%-
HSV(B)146.9º100%45.49%-
XYZ6.8712.745.35-
YUV74.02115.5775.2-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 116 (45.70% from 255) = 69.05%
BLUE value IS 52 (20.70% from 255) = 30.95%
R=0%
G=69.05%
B=30.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal011652100.550.55146.910022.75
Hex074346403737936417
Octal0164641440676722314427
Binary011101001101001100100011011111011110010011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007434; }

 p { color: rgb(0,116,52); }

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

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

 a { background-color: rgb(0,116,52); }

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

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

 span { border-color: rgb(0,116,52); }

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