Html Css Color HEX #0D6C1C Crusoe

📋 copy color: '#0D6C1C'

red 13 ◦ green 108 ◦ blue 28

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

Shades of Crusoe #0D6C1C

Tints of Crusoe #0D6C1C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 72.48%

 BLUE value IS 28 (11.33% from 255) = 18.79%

R = 8.72%
G = 72.48%
B = 18.79%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#0D6C1C (or 0x0D6C1C) is known color: Crusoe. HEX triplet: 0D, 6C and 1C. RGB value is (13,108,28). Sum of RGB (Red+Green+Blue) = 13+108+28=149 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.72% from 149); Green value is 108 (42.58% from 255 or 72.48% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 108 - color contains mainly: green. Hex color #0D6C1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6C1C is #F293E3. Grayscale: #464646. Windows color (decimal): -15897572 or 1862669. OLE color: 1862669.

HSL color Cylindrical-coordinate representation of color #0D6C1C: hue angle of 129.47º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6C1C is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.

Color convert

RGB 13 108 28 -
CMYK 0.88 0 0.74 0.58
HSL 129.47º 0.79% 0.24% -
HSV(B) 129.47º 0.88% 0.42% -
XYZ 5.74 10.89 2.9 -
YUV 70.48 104.03 87 -
System Red Green Blue C M Y K H S L
Decimal 13 108 28 0.88 0 0.74 0.58 129.47 0.79 0.24
Hex D 6C 1C 58 0 4A 3A 81 4F 18
Octal 15 154 34 130 0 112 72 201 117 30
Binary 1101 1101100 11100 1011000 0 1001010 111010 10000001 1001111 11000

Color Harmonies of #0D6C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6C1C

Black with #0D6C1C

Text Example


Text Example

White with #0D6C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,108,28); }

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

background-color css

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

 a { background-color: rgb(13,108,28); }

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

border-color css

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

 span { border-color: rgb(13,108,28); }

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