Html Css Color HEX #0D6015 Crusoe

📋 copy color: '#0D6015'

red 13 ◦ green 96 ◦ blue 21

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

Shades of Crusoe #0D6015

Tints of Crusoe #0D6015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 73.85%

 BLUE value IS 21 (8.59% from 255) = 16.15%

R = 10%
G = 73.85%
B = 16.15%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#0D6015 (or 0x0D6015) is known color: Crusoe. HEX triplet: 0D, 60 and 15. RGB value is (13,96,21). Sum of RGB (Red+Green+Blue) = 13+96+21=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 96 (37.89% from 255 or 73.85% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 96 - color contains mainly: green. Hex color #0D6015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6015 is #F29FEA. Grayscale: #3E3E3E. Windows color (decimal): -15900651 or 1400845. OLE color: 1400845.

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

Color convert

RGB 13 96 21 -
CMYK 0.86 0 0.78 0.62
HSL 125.78º 0.76% 0.21% -
HSV(B) 125.78º 0.86% 0.38% -
XYZ 4.48 8.51 2.11 -
YUV 62.63 104.5 92.6 -
System Red Green Blue C M Y K H S L
Decimal 13 96 21 0.86 0 0.78 0.62 125.78 0.76 0.21
Hex D 60 15 56 0 4E 3E 7E 4C 15
Octal 15 140 25 126 0 116 76 176 114 25
Binary 1101 1100000 10101 1010110 0 1001110 111110 1111110 1001100 10101

Color Harmonies of #0D6015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6015

Black with #0D6015

Text Example


Text Example

White with #0D6015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,96,21); }

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

background-color css

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

 a { background-color: rgb(13,96,21); }

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

border-color css

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

 span { border-color: rgb(13,96,21); }

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