#007628

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

Shades of Crusoe #007628

Tints of Crusoe #007628

Color information

#007628 (or 0x007628) is unknown color: approx Crusoe. HEX triplet: 00, 76 and 28. RGB value is (0,118,40). Sum of RGB (Red+Green+Blue) = 0+118+40=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 118 (46.48% from 255 or 74.68% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 118 - color contains mainly: green. Hex color #007628 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007628 is #FF89D7. Grayscale: #4A4A4A. Windows color (decimal): -16746968 or 2651648. OLE color: 2651648.

HSL color Cylindrical-coordinate representation of color #007628: hue angle of 140.34º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007628 is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB011840-
CMYK100.660.54
HSL140.34º100%23.14%-
HSV(B)140.34º100%46.27%-
XYZ6.8613.114.18-
YUV73.83108.9175.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 118 (46.48% from 255) = 74.68%
BLUE value IS 40 (16.02% from 255) = 25.32%
R=0%
G=74.68%
B=25.32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal011840100.660.54140.3410023.14
Hex0762864042368c6417
Octal01665014401026621414427
Binary0111011010100011001000100001011011010001100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007628; }

 p { color: rgb(0,118,40); }

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

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

 a { background-color: rgb(0,118,40); }

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

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

 span { border-color: rgb(0,118,40); }

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