Html Css Color HEX #0D5D1F Crusoe

📋 copy color: '#0D5D1F'

red 13 ◦ green 93 ◦ blue 31

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

Shades of Crusoe #0D5D1F

Tints of Crusoe #0D5D1F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 67.88%

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

R = 9.49%
G = 67.88%
B = 22.63%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#0D5D1F (or 0x0D5D1F) is known color: Crusoe. HEX triplet: 0D, 5D and 1F. RGB value is (13,93,31). Sum of RGB (Red+Green+Blue) = 13+93+31=137 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.49% from 137); Green value is 93 (36.72% from 255 or 67.88% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 93 - color contains mainly: green. Hex color #0D5D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5D1F is #F2A2E0. Grayscale: #3E3E3E. Windows color (decimal): -15901409 or 2055437. OLE color: 2055437.

HSL color Cylindrical-coordinate representation of color #0D5D1F: hue angle of 133.5º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D5D1F is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB 13 93 31 -
CMYK 0.86 0 0.67 0.64
HSL 133.5º 0.75% 0.21% -
HSV(B) 133.5º 0.86% 0.36% -
XYZ 4.33 8.01 2.61 -
YUV 62.01 110.5 93.04 -
System Red Green Blue C M Y K H S L
Decimal 13 93 31 0.86 0 0.67 0.64 133.5 0.75 0.21
Hex D 5D 1F 56 0 43 40 86 4B 15
Octal 15 135 37 126 0 103 100 206 113 25
Binary 1101 1011101 11111 1010110 0 1000011 1000000 10000110 1001011 10101

Color Harmonies of #0D5D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5D1F

Black with #0D5D1F

Text Example


Text Example

White with #0D5D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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