#04621D

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

Shades of Crusoe #04621D

Tints of Crusoe #04621D

Color information

#04621D (or 0x04621D) is unknown color: approx Crusoe. HEX triplet: 04, 62 and 1D. RGB value is (4,98,29). Sum of RGB (Red+Green+Blue) = 4+98+29=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 98 (38.67% from 255 or 74.81% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 98 - color contains mainly: green. Hex color #04621D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04621D is #FB9DE2. Grayscale: #3E3E3E. Windows color (decimal): -16489955 or 1925636. OLE color: 1925636.

HSL color Cylindrical-coordinate representation of color #04621D: hue angle of 135.96º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04621D is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB49829-
CMYK0.9600.700.62
HSL135.96º92.16%20%-
HSV(B)135.96º95.92%38.43%-
XYZ4.648.852.63-
YUV62.03109.3686.61-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.05%
GREEN value IS 98 (38.67% from 255) = 74.81%
BLUE value IS 29 (11.72% from 255) = 22.14%
R=3.05%
G=74.81%
B=22.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal498290.9600.700.62135.9692.1620
Hex4621D600463E885c14
Octal41423514001067621013424
Binary10011000101110111000000100011011111010001000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04621D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,98,29); }

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

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

 a { background-color: rgb(4,98,29); }

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

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

 span { border-color: rgb(4,98,29); }

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