Html Css Color HEX #046529 Crusoe

📋 copy color: '#046529'

red 4 ◦ green 101 ◦ blue 41

#046529
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #046529

Tints of Crusoe #046529

RGB

 RED value IS 4 (1.95% from 255) = 2.74%

 GREEN value IS 101 (39.84% from 255) = 69.18%

 BLUE value IS 41 (16.41% from 255) = 28.08%

R = 2.74%
G = 69.18%
B = 28.08%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.59

 K value IS 0.60

RGB Variations

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

Color information

#046529 (or 0x046529) is known color: Crusoe. HEX triplet: 04, 65 and 29. RGB value is (4,101,41). Sum of RGB (Red+Green+Blue) = 4+101+41=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 101 (39.84% from 255 or 69.18% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 101 - color contains mainly: green. Hex color #046529 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046529 is #FB9AD6. Grayscale: #414141. Windows color (decimal): -16489175 or 2712836. OLE color: 2712836.

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

Color convert

RGB 4 101 41 -
CMYK 0.96 0 0.59 0.60
HSL 142.89º 0.92% 0.21% -
HSV(B) 142.89º 0.96% 0.4% -
XYZ 5.1 9.49 3.66 -
YUV 65.16 114.36 84.38 -
System Red Green Blue C M Y K H S L
Decimal 4 101 41 0.96 0 0.59 0.60 142.89 0.92 0.21
Hex 4 65 29 60 0 3B 3C 8F 5C 15
Octal 4 145 51 140 0 73 74 217 134 25
Binary 100 1100101 101001 1100000 0 111011 111100 10001111 1011100 10101

Color Harmonies of #046529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046529

Black with #046529

Text Example


Text Example

White with #046529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046529; }

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

 H1.HeaderClassName
 {
   color: #046529;
 }
 .AnyTagClassName
 {
   color: #046529;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #046529;
 }
 .BgClassName
 {
   background-color: #046529;
 }
</style>

border-color css

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

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

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