Html Css Color HEX #057421 Crusoe

📋 copy color: '#057421'

red 5 ◦ green 116 ◦ blue 33

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

Shades of Crusoe #057421

Tints of Crusoe #057421

RGB

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

 GREEN value IS 116 (45.7% from 255) = 75.32%

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

R = 3.25%
G = 75.32%
B = 21.43%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#057421 (or 0x057421) is known color: Crusoe. HEX triplet: 05, 74 and 21. RGB value is (5,116,33). Sum of RGB (Red+Green+Blue) = 5+116+33=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 116 (45.70% from 255 or 75.32% from 154); Blue value is 33 (13.28% from 255 or 21.43% from 154); Max value from RGB is 116 - color contains mainly: green. Hex color #057421 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057421 is #FA8BDE. Grayscale: #494949. Windows color (decimal): -16419807 or 2192389. OLE color: 2192389.

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

Color convert

RGB 5 116 33 -
CMYK 0.96 0 0.72 0.55
HSL 135.14º 0.92% 0.24% -
HSV(B) 135.14º 0.96% 0.45% -
XYZ 6.58 12.63 3.53 -
YUV 73.35 105.23 79.25 -
System Red Green Blue C M Y K H S L
Decimal 5 116 33 0.96 0 0.72 0.55 135.14 0.92 0.24
Hex 5 74 21 60 0 48 37 87 5C 18
Octal 5 164 41 140 0 110 67 207 134 30
Binary 101 1110100 100001 1100000 0 1001000 110111 10000111 1011100 11000

Color Harmonies of #057421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057421

Black with #057421

Text Example


Text Example

White with #057421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057421; }

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

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

background-color css

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

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

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

border-color css

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

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

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