Html Css Color HEX #0D6517 Crusoe

📋 copy color: '#0D6517'

red 13 ◦ green 101 ◦ blue 23

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

Shades of Crusoe #0D6517

Tints of Crusoe #0D6517

RGB

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

 GREEN value IS 101 (39.84% from 255) = 73.72%

 BLUE value IS 23 (9.38% from 255) = 16.79%

R = 9.49%
G = 73.72%
B = 16.79%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#0D6517 (or 0x0D6517) is known color: Crusoe. HEX triplet: 0D, 65 and 17. RGB value is (13,101,23). Sum of RGB (Red+Green+Blue) = 13+101+23=137 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.49% from 137); Green value is 101 (39.84% from 255 or 73.72% from 137); Blue value is 23 (9.38% from 255 or 16.79% from 137); Max value from RGB is 101 - color contains mainly: green. Hex color #0D6517 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6517 is #F29AE8. Grayscale: #424242. Windows color (decimal): -15899369 or 1533197. OLE color: 1533197.

HSL color Cylindrical-coordinate representation of color #0D6517: hue angle of 126.82º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D6517 is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB 13 101 23 -
CMYK 0.87 0 0.77 0.60
HSL 126.82º 0.77% 0.22% -
HSV(B) 126.82º 0.87% 0.4% -
XYZ 4.97 9.45 2.37 -
YUV 65.8 103.85 90.34 -
System Red Green Blue C M Y K H S L
Decimal 13 101 23 0.87 0 0.77 0.60 126.82 0.77 0.22
Hex D 65 17 57 0 4D 3C 7F 4D 16
Octal 15 145 27 127 0 115 74 177 115 26
Binary 1101 1100101 10111 1010111 0 1001101 111100 1111111 1001101 10110

Color Harmonies of #0D6517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6517

Black with #0D6517

Text Example


Text Example

White with #0D6517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,101,23); }

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

background-color css

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

 a { background-color: rgb(13,101,23); }

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

border-color css

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

 span { border-color: rgb(13,101,23); }

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