Html Css Color HEX #0D601C Crusoe

📋 copy color: '#0D601C'

red 13 ◦ green 96 ◦ blue 28

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

Shades of Crusoe #0D601C

Tints of Crusoe #0D601C

RGB

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

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

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

R = 9.49%
G = 70.07%
B = 20.44%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#0D601C (or 0x0D601C) is known color: Crusoe. HEX triplet: 0D, 60 and 1C. RGB value is (13,96,28). Sum of RGB (Red+Green+Blue) = 13+96+28=137 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.49% from 137); Green value is 96 (37.89% from 255 or 70.07% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 96 - color contains mainly: green. Hex color #0D601C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D601C is #F29FE3. Grayscale: #3F3F3F. Windows color (decimal): -15900644 or 1859597. OLE color: 1859597.

HSL color Cylindrical-coordinate representation of color #0D601C: hue angle of 130.84º 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 #0D601C is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 13 96 28 -
CMYK 0.86 0 0.71 0.62
HSL 130.84º 0.76% 0.21% -
HSV(B) 130.84º 0.86% 0.38% -
XYZ 4.56 8.54 2.51 -
YUV 63.43 108 92.03 -
System Red Green Blue C M Y K H S L
Decimal 13 96 28 0.86 0 0.71 0.62 130.84 0.76 0.21
Hex D 60 1C 56 0 47 3E 83 4C 15
Octal 15 140 34 126 0 107 76 203 114 25
Binary 1101 1100000 11100 1010110 0 1000111 111110 10000011 1001100 10101

Color Harmonies of #0D601C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D601C

Black with #0D601C

Text Example


Text Example

White with #0D601C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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