#007629

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

Shades of Crusoe #007629

Tints of Crusoe #007629

Color information

#007629 (or 0x007629) is unknown color: approx Crusoe. HEX triplet: 00, 76 and 29. RGB value is (0,118,41). Sum of RGB (Red+Green+Blue) = 0+118+41=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 118 (46.48% from 255 or 74.21% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 118 - color contains mainly: green. Hex color #007629 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007629 is #FF89D6. Grayscale: #4A4A4A. Windows color (decimal): -16746967 or 2717184. OLE color: 2717184.

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

Color convert

RGB011841-
CMYK100.650.54
HSL140.85º100%23.14%-
HSV(B)140.85º100%46.27%-
XYZ6.8813.124.27-
YUV73.94109.4175.26-

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.21%
BLUE value IS 41 (16.41% from 255) = 25.79%
R=0%
G=74.21%
B=25.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal011841100.650.54140.8510023.14
Hex0762964041368d6417
Octal01665114401016621514427
Binary0111011010100111001000100000111011010001101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007629; }

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

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

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

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

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

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

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

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