#04682B

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

Shades of Crusoe #04682B

Tints of Crusoe #04682B

Color information

#04682B (or 0x04682B) is unknown color: approx Crusoe. HEX triplet: 04, 68 and 2B. RGB value is (4,104,43). Sum of RGB (Red+Green+Blue) = 4+104+43=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 104 (41.02% from 255 or 68.87% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 104 - color contains mainly: green. Hex color #04682B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04682B is #FB97D4. Grayscale: #434343. Windows color (decimal): -16488405 or 2844676. OLE color: 2844676.

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

Color convert

RGB410443-
CMYK0.9600.590.59
HSL143.4º92.59%21.18%-
HSV(B)143.4º96.15%40.78%-
XYZ5.4410.13.95-
YUV67.15114.3782.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.65%
GREEN value IS 104 (41.02% from 255) = 68.87%
BLUE value IS 43 (17.19% from 255) = 28.48%
R=2.65%
G=68.87%
B=28.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4104430.9600.590.59143.492.5921.18
Hex4682B6003B3B8f5d15
Octal4150531400737321713525
Binary10011010001010111100000011101111101110001111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04682B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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