#005B1D

Color #005B1D Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #005B1D

Tints of Crusoe #005B1D

Color information

#005B1D (or 0x005B1D) is unknown color: approx Crusoe. HEX triplet: 00, 5B and 1D. RGB value is (0,91,29). Sum of RGB (Red+Green+Blue) = 0+91+29=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 91 (35.94% from 255 or 75.83% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 91 - color contains mainly: green. Hex color #005B1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005B1D is #FFA4E2. Grayscale: #383838. Windows color (decimal): -16753891 or 1923840. OLE color: 1923840.

HSL color Cylindrical-coordinate representation of color #005B1D: hue angle of 139.12º 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 #005B1D is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.64.

Color convert

RGB09129-
CMYK100.680.64
HSL139.12º100%17.84%-
HSV(B)139.12º100%35.69%-
XYZ3.967.572.41-
YUV56.72112.3587.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 91 (35.94% from 255) = 75.83%
BLUE value IS 29 (11.72% from 255) = 24.17%
R=0%
G=75.83%
B=24.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal09129100.680.64139.1210017.84
Hex05B1D64044408b6412
Octal013335144010410021314422
Binary0101101111101110010001000100100000010001011110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,91,29); }

 H1.HeaderClassName
 {
   color: #005B1D;
 }
 .AnyTagClassName
 {
   color: #005B1D;
 }
</style>
background-color css

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

 a { background-color: rgb(0,91,29); }

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

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

 span { border-color: rgb(0,91,29); }

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