Html Css Color HEX #057321 Crusoe

📋 copy color: '#057321'

red 5 ◦ green 115 ◦ blue 33

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

Shades of Crusoe #057321

Tints of Crusoe #057321

RGB

 RED value IS 5 (2.34% from 255) = 3.27%

 GREEN value IS 115 (45.31% from 255) = 75.16%

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

R = 3.27%
G = 75.16%
B = 21.57%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#057321 (or 0x057321) is known color: Crusoe. HEX triplet: 05, 73 and 21. RGB value is (5,115,33). Sum of RGB (Red+Green+Blue) = 5+115+33=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 115 (45.31% from 255 or 75.16% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 115 - color contains mainly: green. Hex color #057321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057321 is #FA8CDE. Grayscale: #484848. Windows color (decimal): -16420063 or 2192133. OLE color: 2192133.

HSL color Cylindrical-coordinate representation of color #057321: hue angle of 135.27º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057321 is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 115 33 -
CMYK 0.96 0 0.71 0.55
HSL 135.27º 0.92% 0.24% -
HSV(B) 135.27º 0.96% 0.45% -
XYZ 6.47 12.4 3.49 -
YUV 72.76 105.56 79.67 -
System Red Green Blue C M Y K H S L
Decimal 5 115 33 0.96 0 0.71 0.55 135.27 0.92 0.24
Hex 5 73 21 60 0 47 37 87 5C 18
Octal 5 163 41 140 0 107 67 207 134 30
Binary 101 1110011 100001 1100000 0 1000111 110111 10000111 1011100 11000

Color Harmonies of #057321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057321

Black with #057321

Text Example


Text Example

White with #057321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057321; }

 p { color: rgb(5,115,33); }

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

background-color css

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

 a { background-color: rgb(5,115,33); }

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

border-color css

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

 span { border-color: rgb(5,115,33); }

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