Html Css Color HEX #0D581C Crusoe

📋 copy color: '#0D581C'

red 13 ◦ green 88 ◦ blue 28

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

Shades of Crusoe #0D581C

Tints of Crusoe #0D581C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.71%

R = 10.08%
G = 68.22%
B = 21.71%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#0D581C (or 0x0D581C) is known color: Crusoe. HEX triplet: 0D, 58 and 1C. RGB value is (13,88,28). Sum of RGB (Red+Green+Blue) = 13+88+28=129 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10.08% from 129); Green value is 88 (34.77% from 255 or 68.22% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 88 - color contains mainly: green. Hex color #0D581C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D581C is #F2A7E3. Grayscale: #3A3A3A. Windows color (decimal): -15902692 or 1857549. OLE color: 1857549.

HSL color Cylindrical-coordinate representation of color #0D581C: hue angle of 132º 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 #0D581C is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB 13 88 28 -
CMYK 0.85 0 0.68 0.65
HSL 132º 0.74% 0.2% -
HSV(B) 132º 0.85% 0.35% -
XYZ 3.87 7.15 2.27 -
YUV 58.74 110.65 95.38 -
System Red Green Blue C M Y K H S L
Decimal 13 88 28 0.85 0 0.68 0.65 132 0.74 0.2
Hex D 58 1C 55 0 44 41 84 4A 14
Octal 15 130 34 125 0 104 101 204 112 24
Binary 1101 1011000 11100 1010101 0 1000100 1000001 10000100 1001010 10100

Color Harmonies of #0D581C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D581C

Black with #0D581C

Text Example


Text Example

White with #0D581C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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