Html Css Color HEX #0D591A Crusoe

📋 copy color: '#0D591A'

red 13 ◦ green 89 ◦ blue 26

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

Shades of Crusoe #0D591A

Tints of Crusoe #0D591A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 69.53%

 BLUE value IS 26 (10.55% from 255) = 20.31%

R = 10.16%
G = 69.53%
B = 20.31%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#0D591A (or 0x0D591A) is known color: Crusoe. HEX triplet: 0D, 59 and 1A. RGB value is (13,89,26). Sum of RGB (Red+Green+Blue) = 13+89+26=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 89 (35.16% from 255 or 69.53% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 89 - color contains mainly: green. Hex color #0D591A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D591A is #F2A6E5. Grayscale: #3B3B3B. Windows color (decimal): -15902438 or 1726733. OLE color: 1726733.

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

Color convert

RGB 13 89 26 -
CMYK 0.85 0 0.71 0.65
HSL 130.26º 0.75% 0.2% -
HSV(B) 130.26º 0.85% 0.35% -
XYZ 3.92 7.3 2.18 -
YUV 59.09 109.32 95.12 -
System Red Green Blue C M Y K H S L
Decimal 13 89 26 0.85 0 0.71 0.65 130.26 0.75 0.2
Hex D 59 1A 55 0 47 41 82 4B 14
Octal 15 131 32 125 0 107 101 202 113 24
Binary 1101 1011001 11010 1010101 0 1000111 1000001 10000010 1001011 10100

Color Harmonies of #0D591A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D591A

Black with #0D591A

Text Example


Text Example

White with #0D591A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,89,26); }

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

background-color css

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

 a { background-color: rgb(13,89,26); }

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

border-color css

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

 span { border-color: rgb(13,89,26); }

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