Html Css Color HEX #046331 Crusoe

📋 copy color: '#046331'

red 4 ◦ green 99 ◦ blue 49

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

Shades of Crusoe #046331

Tints of Crusoe #046331

RGB

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

 GREEN value IS 99 (39.06% from 255) = 65.13%

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

R = 2.63%
G = 65.13%
B = 32.24%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#046331 (or 0x046331) is known color: Crusoe. HEX triplet: 04, 63 and 31. RGB value is (4,99,49). Sum of RGB (Red+Green+Blue) = 4+99+49=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 99 (39.06% from 255 or 65.13% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 99 - color contains mainly: green. Hex color #046331 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046331 is #FB9CCE. Grayscale: #414141. Windows color (decimal): -16489679 or 3236612. OLE color: 3236612.

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

Color convert

RGB 4 99 49 -
CMYK 0.96 0 0.51 0.61
HSL 148.42º 0.92% 0.2% -
HSV(B) 148.42º 0.96% 0.39% -
XYZ 5.07 9.17 4.41 -
YUV 64.9 119.03 84.57 -
System Red Green Blue C M Y K H S L
Decimal 4 99 49 0.96 0 0.51 0.61 148.42 0.92 0.2
Hex 4 63 31 60 0 33 3D 94 5C 14
Octal 4 143 61 140 0 63 75 224 134 24
Binary 100 1100011 110001 1100000 0 110011 111101 10010100 1011100 10100

Color Harmonies of #046331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046331

Black with #046331

Text Example


Text Example

White with #046331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046331; }

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

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

background-color css

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

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

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

border-color css

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

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

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