#007122

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

Shades of Crusoe #007122

Tints of Crusoe #007122

Color information

#007122 (or 0x007122) is unknown color: approx Crusoe. HEX triplet: 00, 71 and 22. RGB value is (0,113,34). Sum of RGB (Red+Green+Blue) = 0+113+34=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 113 (44.53% from 255 or 76.87% from 147); Blue value is 34 (13.67% from 255 or 23.13% from 147); Max value from RGB is 113 - color contains mainly: green. Hex color #007122 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007122 is #FF8EDD. Grayscale: #464646. Windows color (decimal): -16748254 or 2257152. OLE color: 2257152.

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

Color convert

RGB011334-
CMYK100.700.56
HSL138.05º100%22.16%-
HSV(B)138.05º100%44.31%-
XYZ6.1911.933.49-
YUV70.21107.5677.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 113 (44.53% from 255) = 76.87%
BLUE value IS 34 (13.67% from 255) = 23.13%
R=0%
G=76.87%
B=23.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011334100.700.56138.0510022.16
Hex0712264046388a6416
Octal01614214401067021214426
Binary0111000110001011001000100011011100010001010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007122; }

 p { color: rgb(0,113,34); }

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

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

 a { background-color: rgb(0,113,34); }

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

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

 span { border-color: rgb(0,113,34); }

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