Html Css Color HEX #046328 Crusoe

📋 copy color: '#046328'

red 4 ◦ green 99 ◦ blue 40

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

Shades of Crusoe #046328

Tints of Crusoe #046328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 27.97%

R = 2.8%
G = 69.23%
B = 27.97%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#046328 (or 0x046328) is known color: Crusoe. HEX triplet: 04, 63 and 28. RGB value is (4,99,40). Sum of RGB (Red+Green+Blue) = 4+99+40=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 99 (39.06% from 255 or 69.23% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 99 - color contains mainly: green. Hex color #046328 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046328 is #FB9CD7. Grayscale: #404040. Windows color (decimal): -16489688 or 2646788. OLE color: 2646788.

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

Color convert

RGB 4 99 40 -
CMYK 0.96 0 0.60 0.61
HSL 142.74º 0.92% 0.2% -
HSV(B) 142.74º 0.96% 0.39% -
XYZ 4.89 9.1 3.51 -
YUV 63.87 114.53 85.3 -
System Red Green Blue C M Y K H S L
Decimal 4 99 40 0.96 0 0.60 0.61 142.74 0.92 0.2
Hex 4 63 28 60 0 3C 3D 8F 5C 14
Octal 4 143 50 140 0 74 75 217 134 24
Binary 100 1100011 101000 1100000 0 111100 111101 10001111 1011100 10100

Color Harmonies of #046328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046328

Black with #046328

Text Example


Text Example

White with #046328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046328; }

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

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

background-color css

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

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

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

border-color css

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

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

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