Html Css Color HEX #057123 Crusoe

📋 copy color: '#057123'

red 5 ◦ green 113 ◦ blue 35

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

Shades of Crusoe #057123

Tints of Crusoe #057123

RGB

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

 GREEN value IS 113 (44.53% from 255) = 73.86%

 BLUE value IS 35 (14.06% from 255) = 22.88%

R = 3.27%
G = 73.86%
B = 22.88%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#057123 (or 0x057123) is known color: Crusoe. HEX triplet: 05, 71 and 23. RGB value is (5,113,35). Sum of RGB (Red+Green+Blue) = 5+113+35=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 113 (44.53% from 255 or 73.86% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 113 - color contains mainly: green. Hex color #057123 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057123 is #FA8EDC. Grayscale: #484848. Windows color (decimal): -16420573 or 2322693. OLE color: 2322693.

HSL color Cylindrical-coordinate representation of color #057123: hue angle of 136.67º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057123 is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 113 35 -
CMYK 0.96 0 0.69 0.56
HSL 136.67º 0.92% 0.23% -
HSV(B) 136.67º 0.96% 0.44% -
XYZ 6.27 11.96 3.57 -
YUV 71.82 107.22 80.34 -
System Red Green Blue C M Y K H S L
Decimal 5 113 35 0.96 0 0.69 0.56 136.67 0.92 0.23
Hex 5 71 23 60 0 45 38 89 5C 17
Octal 5 161 43 140 0 105 70 211 134 27
Binary 101 1110001 100011 1100000 0 1000101 111000 10001001 1011100 10111

Color Harmonies of #057123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057123

Black with #057123

Text Example


Text Example

White with #057123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057123; }

 p { color: rgb(5,113,35); }

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

background-color css

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

 a { background-color: rgb(5,113,35); }

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

border-color css

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

 span { border-color: rgb(5,113,35); }

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