Html Css Color HEX #046121 Crusoe

📋 copy color: '#046121'

red 4 ◦ green 97 ◦ blue 33

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

Shades of Crusoe #046121

Tints of Crusoe #046121

RGB

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

 GREEN value IS 97 (38.28% from 255) = 72.39%

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

R = 2.99%
G = 72.39%
B = 24.63%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#046121 (or 0x046121) is known color: Crusoe. HEX triplet: 04, 61 and 21. RGB value is (4,97,33). Sum of RGB (Red+Green+Blue) = 4+97+33=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 97 (38.28% from 255 or 72.39% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 97 - color contains mainly: green. Hex color #046121 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046121 is #FB9EDE. Grayscale: #3E3E3E. Windows color (decimal): -16490207 or 2187524. OLE color: 2187524.

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

Color convert

RGB 4 97 33 -
CMYK 0.96 0 0.66 0.62
HSL 138.71º 0.92% 0.2% -
HSV(B) 138.71º 0.96% 0.38% -
XYZ 4.6 8.69 2.87 -
YUV 61.9 111.69 86.7 -
System Red Green Blue C M Y K H S L
Decimal 4 97 33 0.96 0 0.66 0.62 138.71 0.92 0.2
Hex 4 61 21 60 0 42 3E 8B 5C 14
Octal 4 141 41 140 0 102 76 213 134 24
Binary 100 1100001 100001 1100000 0 1000010 111110 10001011 1011100 10100

Color Harmonies of #046121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046121

Black with #046121

Text Example


Text Example

White with #046121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046121; }

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

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

background-color css

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

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

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

border-color css

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

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

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