#00682A

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

Shades of Crusoe #00682A

Tints of Crusoe #00682A

Color information

#00682A (or 0x00682A) is unknown color: approx Crusoe. HEX triplet: 00, 68 and 2A. RGB value is (0,104,42). Sum of RGB (Red+Green+Blue) = 0+104+42=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 104 (41.02% from 255 or 71.23% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 104 - color contains mainly: green. Hex color #00682A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00682A is #FF97D5. Grayscale: #414141. Windows color (decimal): -16750550 or 2779136. OLE color: 2779136.

HSL color Cylindrical-coordinate representation of color #00682A: hue angle of 144.23º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00682A is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB010442-
CMYK100.600.59
HSL144.23º100%20.39%-
HSV(B)144.23º100%40.78%-
XYZ5.3710.073.85-
YUV65.84114.5481.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 104 (41.02% from 255) = 71.23%
BLUE value IS 42 (16.80% from 255) = 28.77%
R=0%
G=71.23%
B=28.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal010442100.600.59144.2310020.39
Hex0682A6403C3B906414
Octal0150521440747322014424
Binary011010001010101100100011110011101110010000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00682A; }

 p { color: rgb(0,104,42); }

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

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

 a { background-color: rgb(0,104,42); }

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

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

 span { border-color: rgb(0,104,42); }

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