Html Css Color HEX #005D31 Crusoe

📋 copy color: '#005D31'

red 0 ◦ green 93 ◦ blue 49

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

Shades of Crusoe #005D31

Tints of Crusoe #005D31

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 93 (36.72% from 255) = 65.49%

 BLUE value IS 49 (19.53% from 255) = 34.51%

R = 0%
G = 65.49%
B = 34.51%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.47

 K value IS 0.64

RGB Variations

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

Color information

#005D31 (or 0x005D31) is known color: Crusoe. HEX triplet: 00, 5D and 31. RGB value is (0,93,49). Sum of RGB (Red+Green+Blue) = 0+93+49=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 93 (36.72% from 255 or 65.49% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 93 - color contains mainly: green. Hex color #005D31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005D31 is #FFA2CE. Grayscale: #3C3C3C. Windows color (decimal): -16753359 or 3235072. OLE color: 3235072.

HSL color Cylindrical-coordinate representation of color #005D31: hue angle of 151.61º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005D31 is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 93 49 -
CMYK 1 0 0.47 0.64
HSL 151.61º 1% 0.18% -
HSV(B) 151.61º 1% 0.36% -
XYZ 4.47 8.05 4.22 -
YUV 60.18 121.69 85.08 -
System Red Green Blue C M Y K H S L
Decimal 0 93 49 1 0 0.47 0.64 151.61 1 0.18
Hex 0 5D 31 64 0 2F 40 98 64 12
Octal 0 135 61 144 0 57 100 230 144 22
Binary 0 1011101 110001 1100100 0 101111 1000000 10011000 1100100 10010

Color Harmonies of #005D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005D31

Black with #005D31

Text Example


Text Example

White with #005D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005D31; }

 p { color: rgb(0,93,49); }

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

background-color css

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

 a { background-color: rgb(0,93,49); }

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

border-color css

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

 span { border-color: rgb(0,93,49); }

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