#04682E

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

Shades of Crusoe #04682E

Tints of Crusoe #04682E

Color information

#04682E (or 0x04682E) is unknown color: approx Crusoe. HEX triplet: 04, 68 and 2E. RGB value is (4,104,46). Sum of RGB (Red+Green+Blue) = 4+104+46=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 104 (41.02% from 255 or 67.53% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 104 - color contains mainly: green. Hex color #04682E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04682E is #FB97D1. Grayscale: #434343. Windows color (decimal): -16488402 or 3041284. OLE color: 3041284.

HSL color Cylindrical-coordinate representation of color #04682E: hue angle of 145.2º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04682E is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB410446-
CMYK0.9600.560.59
HSL145.2º92.59%21.18%-
HSV(B)145.2º96.15%40.78%-
XYZ5.4910.124.25-
YUV67.49115.8782.72-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.60%
GREEN value IS 104 (41.02% from 255) = 67.53%
BLUE value IS 46 (18.36% from 255) = 29.87%
R=2.60%
G=67.53%
B=29.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4104460.9600.560.59145.292.5921.18
Hex4682E600383B915d15
Octal4150561400707322113525
Binary10011010001011101100000011100011101110010001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04682E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04682E; }

 p { color: rgb(4,104,46); }

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

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

 a { background-color: rgb(4,104,46); }

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

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

 span { border-color: rgb(4,104,46); }

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