Html Css Color HEX #046524 Crusoe

📋 copy color: '#046524'

red 4 ◦ green 101 ◦ blue 36

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

Shades of Crusoe #046524

Tints of Crusoe #046524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 25.53%

R = 2.84%
G = 71.63%
B = 25.53%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.64

 K value IS 0.60

RGB Variations

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

Color information

#046524 (or 0x046524) is known color: Crusoe. HEX triplet: 04, 65 and 24. RGB value is (4,101,36). Sum of RGB (Red+Green+Blue) = 4+101+36=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 101 (39.84% from 255 or 71.63% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 101 - color contains mainly: green. Hex color #046524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046524 is #FB9ADB. Grayscale: #404040. Windows color (decimal): -16489180 or 2385156. OLE color: 2385156.

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

Color convert

RGB 4 101 36 -
CMYK 0.96 0 0.64 0.60
HSL 139.79º 0.92% 0.21% -
HSV(B) 139.79º 0.96% 0.4% -
XYZ 5.02 9.46 3.23 -
YUV 64.59 111.86 84.79 -
System Red Green Blue C M Y K H S L
Decimal 4 101 36 0.96 0 0.64 0.60 139.79 0.92 0.21
Hex 4 65 24 60 0 40 3C 8C 5C 15
Octal 4 145 44 140 0 100 74 214 134 25
Binary 100 1100101 100100 1100000 0 1000000 111100 10001100 1011100 10101

Color Harmonies of #046524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046524

Black with #046524

Text Example


Text Example

White with #046524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046524; }

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

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

background-color css

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

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

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

border-color css

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

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

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