Html Css Color HEX #0D591F Crusoe

📋 copy color: '#0D591F'

red 13 ◦ green 89 ◦ blue 31

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

Shades of Crusoe #0D591F

Tints of Crusoe #0D591F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 23.31%

R = 9.77%
G = 66.92%
B = 23.31%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#0D591F (or 0x0D591F) is known color: Crusoe. HEX triplet: 0D, 59 and 1F. RGB value is (13,89,31). Sum of RGB (Red+Green+Blue) = 13+89+31=133 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.77% from 133); Green value is 89 (35.16% from 255 or 66.92% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 89 - color contains mainly: green. Hex color #0D591F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D591F is #F2A6E0. Grayscale: #3B3B3B. Windows color (decimal): -15902433 or 2054413. OLE color: 2054413.

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

Color convert

RGB 13 89 31 -
CMYK 0.85 0 0.65 0.65
HSL 134.21º 0.75% 0.2% -
HSV(B) 134.21º 0.85% 0.35% -
XYZ 3.99 7.33 2.5 -
YUV 59.66 111.82 94.72 -
System Red Green Blue C M Y K H S L
Decimal 13 89 31 0.85 0 0.65 0.65 134.21 0.75 0.2
Hex D 59 1F 55 0 41 41 86 4B 14
Octal 15 131 37 125 0 101 101 206 113 24
Binary 1101 1011001 11111 1010101 0 1000001 1000001 10000110 1001011 10100

Color Harmonies of #0D591F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D591F

Black with #0D591F

Text Example


Text Example

White with #0D591F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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