Html Css Color HEX #057025 Crusoe

📋 copy color: '#057025'

red 5 ◦ green 112 ◦ blue 37

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

Shades of Crusoe #057025

Tints of Crusoe #057025

RGB

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

 GREEN value IS 112 (44.14% from 255) = 72.73%

 BLUE value IS 37 (14.84% from 255) = 24.03%

R = 3.25%
G = 72.73%
B = 24.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#057025 (or 0x057025) is known color: Crusoe. HEX triplet: 05, 70 and 25. RGB value is (5,112,37). Sum of RGB (Red+Green+Blue) = 5+112+37=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 112 (44.14% from 255 or 72.73% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 112 - color contains mainly: green. Hex color #057025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057025 is #FA8FDA. Grayscale: #474747. Windows color (decimal): -16420827 or 2453509. OLE color: 2453509.

HSL color Cylindrical-coordinate representation of color #057025: hue angle of 137.94º degrees, saturation: 0.91, 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 #057025 is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 112 37 -
CMYK 0.96 0 0.67 0.56
HSL 137.94º 0.91% 0.23% -
HSV(B) 137.94º 0.96% 0.44% -
XYZ 6.19 11.75 3.69 -
YUV 71.46 108.55 80.6 -
System Red Green Blue C M Y K H S L
Decimal 5 112 37 0.96 0 0.67 0.56 137.94 0.91 0.23
Hex 5 70 25 60 0 43 38 8A 5B 17
Octal 5 160 45 140 0 103 70 212 133 27
Binary 101 1110000 100101 1100000 0 1000011 111000 10001010 1011011 10111

Color Harmonies of #057025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057025

Black with #057025

Text Example


Text Example

White with #057025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057025; }

 p { color: rgb(5,112,37); }

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

background-color css

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

 a { background-color: rgb(5,112,37); }

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

border-color css

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

 span { border-color: rgb(5,112,37); }

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