Html Css Color HEX #0D6115 Crusoe

📋 copy color: '#0D6115'

red 13 ◦ green 97 ◦ blue 21

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

Shades of Crusoe #0D6115

Tints of Crusoe #0D6115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 74.05%

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

R = 9.92%
G = 74.05%
B = 16.03%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#0D6115 (or 0x0D6115) is known color: Crusoe. HEX triplet: 0D, 61 and 15. RGB value is (13,97,21). Sum of RGB (Red+Green+Blue) = 13+97+21=131 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.92% from 131); Green value is 97 (38.28% from 255 or 74.05% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 97 - color contains mainly: green. Hex color #0D6115 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6115 is #F29EEA. Grayscale: #3F3F3F. Windows color (decimal): -15900395 or 1401101. OLE color: 1401101.

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

Color convert

RGB 13 97 21 -
CMYK 0.87 0 0.78 0.62
HSL 125.71º 0.76% 0.22% -
HSV(B) 125.71º 0.87% 0.38% -
XYZ 4.58 8.69 2.15 -
YUV 63.22 104.17 92.18 -
System Red Green Blue C M Y K H S L
Decimal 13 97 21 0.87 0 0.78 0.62 125.71 0.76 0.22
Hex D 61 15 57 0 4E 3E 7E 4C 16
Octal 15 141 25 127 0 116 76 176 114 26
Binary 1101 1100001 10101 1010111 0 1001110 111110 1111110 1001100 10110

Color Harmonies of #0D6115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6115

Black with #0D6115

Text Example


Text Example

White with #0D6115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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