Html Css Color HEX #046031 Crusoe

📋 copy color: '#046031'

red 4 ◦ green 96 ◦ blue 49

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

Shades of Crusoe #046031

Tints of Crusoe #046031

RGB

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

 GREEN value IS 96 (37.89% from 255) = 64.43%

 BLUE value IS 49 (19.53% from 255) = 32.89%

R = 2.68%
G = 64.43%
B = 32.89%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#046031 (or 0x046031) is known color: Crusoe. HEX triplet: 04, 60 and 31. RGB value is (4,96,49). Sum of RGB (Red+Green+Blue) = 4+96+49=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 96 (37.89% from 255 or 64.43% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 96 - color contains mainly: green. Hex color #046031 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046031 is #FB9FCE. Grayscale: #3F3F3F. Windows color (decimal): -16490447 or 3235844. OLE color: 3235844.

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

Color convert

RGB 4 96 49 -
CMYK 0.96 0 0.49 0.62
HSL 149.35º 0.92% 0.2% -
HSV(B) 149.35º 0.96% 0.38% -
XYZ 4.79 8.61 4.32 -
YUV 63.13 120.02 85.82 -
System Red Green Blue C M Y K H S L
Decimal 4 96 49 0.96 0 0.49 0.62 149.35 0.92 0.2
Hex 4 60 31 60 0 31 3E 95 5C 14
Octal 4 140 61 140 0 61 76 225 134 24
Binary 100 1100000 110001 1100000 0 110001 111110 10010101 1011100 10100

Color Harmonies of #046031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046031

Black with #046031

Text Example


Text Example

White with #046031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046031; }

 p { color: rgb(4,96,49); }

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

background-color css

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

 a { background-color: rgb(4,96,49); }

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

border-color css

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

 span { border-color: rgb(4,96,49); }

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