Html Css Color HEX #055725 Crusoe

📋 copy color: '#055725'

red 5 ◦ green 87 ◦ blue 37

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

Shades of Crusoe #055725

Tints of Crusoe #055725

RGB

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

 GREEN value IS 87 (34.38% from 255) = 67.44%

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

R = 3.88%
G = 67.44%
B = 28.68%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#055725 (or 0x055725) is known color: Crusoe. HEX triplet: 05, 57 and 25. RGB value is (5,87,37). Sum of RGB (Red+Green+Blue) = 5+87+37=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 87 (34.38% from 255 or 67.44% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 87 - color contains mainly: green. Hex color #055725 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055725 is #FAA8DA. Grayscale: #383838. Windows color (decimal): -16427227 or 2447109. OLE color: 2447109.

HSL color Cylindrical-coordinate representation of color #055725: hue angle of 143.41º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055725 is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB 5 87 37 -
CMYK 0.94 0 0.57 0.66
HSL 143.41º 0.89% 0.18% -
HSV(B) 143.41º 0.94% 0.34% -
XYZ 3.8 6.98 2.9 -
YUV 56.78 116.83 91.07 -
System Red Green Blue C M Y K H S L
Decimal 5 87 37 0.94 0 0.57 0.66 143.41 0.89 0.18
Hex 5 57 25 5E 0 39 42 8F 59 12
Octal 5 127 45 136 0 71 102 217 131 22
Binary 101 1010111 100101 1011110 0 111001 1000010 10001111 1011001 10010

Color Harmonies of #055725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055725

Black with #055725

Text Example


Text Example

White with #055725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055725; }

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

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

background-color css

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

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

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

border-color css

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

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

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