Html Css Color HEX #0D581B Crusoe

📋 copy color: '#0D581B'

red 13 ◦ green 88 ◦ blue 27

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

Shades of Crusoe #0D581B

Tints of Crusoe #0D581B

RGB

 RED value IS 13 (5.47% from 255) = 10.16%

 GREEN value IS 88 (34.77% from 255) = 68.75%

 BLUE value IS 27 (10.94% from 255) = 21.09%

R = 10.16%
G = 68.75%
B = 21.09%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#0D581B (or 0x0D581B) is known color: Crusoe. HEX triplet: 0D, 58 and 1B. RGB value is (13,88,27). Sum of RGB (Red+Green+Blue) = 13+88+27=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 88 (34.77% from 255 or 68.75% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 88 - color contains mainly: green. Hex color #0D581B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D581B is #F2A7E4. Grayscale: #3A3A3A. Windows color (decimal): -15902693 or 1792013. OLE color: 1792013.

HSL color Cylindrical-coordinate representation of color #0D581B: hue angle of 131.2º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D581B is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 13 88 27 -
CMYK 0.85 0 0.69 0.65
HSL 131.2º 0.74% 0.2% -
HSV(B) 131.2º 0.85% 0.35% -
XYZ 3.85 7.14 2.21 -
YUV 58.62 110.15 95.46 -
System Red Green Blue C M Y K H S L
Decimal 13 88 27 0.85 0 0.69 0.65 131.2 0.74 0.2
Hex D 58 1B 55 0 45 41 83 4A 14
Octal 15 130 33 125 0 105 101 203 112 24
Binary 1101 1011000 11011 1010101 0 1000101 1000001 10000011 1001010 10100

Color Harmonies of #0D581B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D581B

Black with #0D581B

Text Example


Text Example

White with #0D581B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D581B; }

 p { color: rgb(13,88,27); }

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

background-color css

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

 a { background-color: rgb(13,88,27); }

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

border-color css

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

 span { border-color: rgb(13,88,27); }

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