Html Css Color HEX #046921 Crusoe

📋 copy color: '#046921'

red 4 ◦ green 105 ◦ blue 33

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

Shades of Crusoe #046921

Tints of Crusoe #046921

RGB

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

 GREEN value IS 105 (41.41% from 255) = 73.94%

 BLUE value IS 33 (13.28% from 255) = 23.24%

R = 2.82%
G = 73.94%
B = 23.24%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#046921 (or 0x046921) is known color: Crusoe. HEX triplet: 04, 69 and 21. RGB value is (4,105,33). Sum of RGB (Red+Green+Blue) = 4+105+33=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 105 (41.41% from 255 or 73.94% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 105 - color contains mainly: green. Hex color #046921 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046921 is #FB96DE. Grayscale: #424242. Windows color (decimal): -16488159 or 2189572. OLE color: 2189572.

HSL color Cylindrical-coordinate representation of color #046921: hue angle of 137.23º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046921 is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 105 33 -
CMYK 0.96 0 0.69 0.59
HSL 137.23º 0.93% 0.21% -
HSV(B) 137.23º 0.96% 0.41% -
XYZ 5.38 10.24 3.13 -
YUV 66.59 109.04 83.35 -
System Red Green Blue C M Y K H S L
Decimal 4 105 33 0.96 0 0.69 0.59 137.23 0.93 0.21
Hex 4 69 21 60 0 45 3B 89 5D 15
Octal 4 151 41 140 0 105 73 211 135 25
Binary 100 1101001 100001 1100000 0 1000101 111011 10001001 1011101 10101

Color Harmonies of #046921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046921

Black with #046921

Text Example


Text Example

White with #046921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046921; }

 p { color: rgb(4,105,33); }

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

background-color css

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

 a { background-color: rgb(4,105,33); }

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

border-color css

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

 span { border-color: rgb(4,105,33); }

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