#04682D

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

Shades of Crusoe #04682D

Tints of Crusoe #04682D

Color information

#04682D (or 0x04682D) is unknown color: approx Crusoe. HEX triplet: 04, 68 and 2D. RGB value is (4,104,45). Sum of RGB (Red+Green+Blue) = 4+104+45=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 104 (41.02% from 255 or 67.97% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 104 - color contains mainly: green. Hex color #04682D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04682D is #FB97D2. Grayscale: #434343. Windows color (decimal): -16488403 or 2975748. OLE color: 2975748.

HSL color Cylindrical-coordinate representation of color #04682D: hue angle of 144.6º 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 #04682D is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB410445-
CMYK0.9600.570.59
HSL144.6º92.59%21.18%-
HSV(B)144.6º96.15%40.78%-
XYZ5.4710.124.15-
YUV67.37115.3782.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.61%
GREEN value IS 104 (41.02% from 255) = 67.97%
BLUE value IS 45 (17.97% from 255) = 29.41%
R=2.61%
G=67.97%
B=29.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4104450.9600.570.59144.692.5921.18
Hex4682D600393B915d15
Octal4150551400717322113525
Binary10011010001011011100000011100111101110010001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04682D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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