Html Css Color HEX #005B1D Crusoe

📋 copy color: '#005B1D'

red 0 ◦ green 91 ◦ blue 29

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

Shades of Crusoe #005B1D

Tints of Crusoe #005B1D

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 value IS 1

 M value IS 0

 Y value IS 0.68

 K value IS 0.64

RGB Variations

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

Color information

#005B1D (or 0x005B1D) is known color: 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

RGB 0 91 29 -
CMYK 1 0 0.68 0.64
HSL 139.12º 1% 0.18% -
HSV(B) 139.12º 1% 0.36% -
XYZ 3.96 7.57 2.41 -
YUV 56.72 112.35 87.54 -
System Red Green Blue C M Y K H S L
Decimal 0 91 29 1 0 0.68 0.64 139.12 1 0.18
Hex 0 5B 1D 64 0 44 40 8B 64 12
Octal 0 133 35 144 0 104 100 213 144 22
Binary 0 1011011 11101 1100100 0 1000100 1000000 10001011 1100100 10010

Color Harmonies of #005B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005B1D

Black with #005B1D

Text Example


Text Example

White with #005B1D

Text Example


Text Example

HTML Codes & Css Web 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>