#04632B

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

Shades of Crusoe #04632B

Tints of Crusoe #04632B

Color information

#04632B (or 0x04632B) is unknown color: approx Crusoe. HEX triplet: 04, 63 and 2B. RGB value is (4,99,43). Sum of RGB (Red+Green+Blue) = 4+99+43=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 99 (39.06% from 255 or 67.81% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 99 - color contains mainly: green. Hex color #04632B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04632B is #FB9CD4. Grayscale: #404040. Windows color (decimal): -16489685 or 2843396. OLE color: 2843396.

HSL color Cylindrical-coordinate representation of color #04632B: hue angle of 144.63º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04632B is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.

Color convert

RGB49943-
CMYK0.9600.570.61
HSL144.63º92.23%20.2%-
HSV(B)144.63º95.96%38.82%-
XYZ4.959.123.79-
YUV64.21116.0385.05-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.74%
GREEN value IS 99 (39.06% from 255) = 67.81%
BLUE value IS 43 (17.19% from 255) = 29.45%
R=2.74%
G=67.81%
B=29.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal499430.9600.570.61144.6392.2320.2
Hex4632B600393D915c14
Octal4143531400717522113424
Binary10011000111010111100000011100111110110010001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04632B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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