#04652A

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

Shades of Crusoe #04652A

Tints of Crusoe #04652A

Color information

#04652A (or 0x04652A) is unknown color: approx Crusoe. HEX triplet: 04, 65 and 2A. RGB value is (4,101,42). Sum of RGB (Red+Green+Blue) = 4+101+42=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 101 (39.84% from 255 or 68.71% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 101 - color contains mainly: green. Hex color #04652A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04652A is #FB9AD5. Grayscale: #414141. Windows color (decimal): -16489174 or 2778372. OLE color: 2778372.

HSL color Cylindrical-coordinate representation of color #04652A: hue angle of 143.51º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04652A is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB410142-
CMYK0.9600.580.60
HSL143.51º92.38%20.59%-
HSV(B)143.51º96.04%39.61%-
XYZ5.129.53.75-
YUV65.27114.8684.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.72%
GREEN value IS 101 (39.84% from 255) = 68.71%
BLUE value IS 42 (16.80% from 255) = 28.57%
R=2.72%
G=68.71%
B=28.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4101420.9600.580.60143.5192.3820.59
Hex4652A6003A3C905c15
Octal4145521400727422013425
Binary10011001011010101100000011101011110010010000101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04652A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04652A; }

 p { color: rgb(4,101,42); }

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

<style>
 a { background-color: #04652A; }

 a { background-color: rgb(4,101,42); }

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

<style>
 span { border-color: #04652A; }

 span { border-color: rgb(4,101,42); }

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