Html Css Color HEX #0D5F1F Crusoe

📋 copy color: '#0D5F1F'

red 13 ◦ green 95 ◦ blue 31

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

Shades of Crusoe #0D5F1F

Tints of Crusoe #0D5F1F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 68.35%

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

R = 9.35%
G = 68.35%
B = 22.3%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.67

 K value IS 0.63

RGB Variations

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

Color information

#0D5F1F (or 0x0D5F1F) is known color: Crusoe. HEX triplet: 0D, 5F and 1F. RGB value is (13,95,31). Sum of RGB (Red+Green+Blue) = 13+95+31=139 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.35% from 139); Green value is 95 (37.5% from 255 or 68.35% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 95 - color contains mainly: green. Hex color #0D5F1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5F1F is #F2A0E0. Grayscale: #3F3F3F. Windows color (decimal): -15900897 or 2055949. OLE color: 2055949.

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

Color convert

RGB 13 95 31 -
CMYK 0.86 0 0.67 0.63
HSL 133.17º 0.76% 0.21% -
HSV(B) 133.17º 0.86% 0.37% -
XYZ 4.51 8.37 2.67 -
YUV 63.19 109.83 92.2 -
System Red Green Blue C M Y K H S L
Decimal 13 95 31 0.86 0 0.67 0.63 133.17 0.76 0.21
Hex D 5F 1F 56 0 43 3F 85 4C 15
Octal 15 137 37 126 0 103 77 205 114 25
Binary 1101 1011111 11111 1010110 0 1000011 111111 10000101 1001100 10101

Color Harmonies of #0D5F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5F1F

Black with #0D5F1F

Text Example


Text Example

White with #0D5F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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