Html Css Color HEX #0E6D1D Crusoe

📋 copy color: '#0E6D1D'

red 14 ◦ green 109 ◦ blue 29

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

Shades of Crusoe #0E6D1D

Tints of Crusoe #0E6D1D

RGB

 RED value IS 14 (5.86% from 255) = 9.21%

 GREEN value IS 109 (42.97% from 255) = 71.71%

 BLUE value IS 29 (11.72% from 255) = 19.08%

R = 9.21%
G = 71.71%
B = 19.08%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#0E6D1D (or 0x0E6D1D) is known color: Crusoe. HEX triplet: 0E, 6D and 1D. RGB value is (14,109,29). Sum of RGB (Red+Green+Blue) = 14+109+29=152 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.21% from 152); Green value is 109 (42.97% from 255 or 71.71% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 109 - color contains mainly: green. Hex color #0E6D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6D1D is #F192E2. Grayscale: #474747. Windows color (decimal): -15831779 or 1928462. OLE color: 1928462.

HSL color Cylindrical-coordinate representation of color #0E6D1D: hue angle of 129.47º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E6D1D is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.57.

Color convert

RGB 14 109 29 -
CMYK 0.87 0 0.73 0.57
HSL 129.47º 0.77% 0.24% -
HSV(B) 129.47º 0.87% 0.43% -
XYZ 5.87 11.12 3 -
YUV 71.48 104.03 87 -
System Red Green Blue C M Y K H S L
Decimal 14 109 29 0.87 0 0.73 0.57 129.47 0.77 0.24
Hex E 6D 1D 57 0 49 39 81 4D 18
Octal 16 155 35 127 0 111 71 201 115 30
Binary 1110 1101101 11101 1010111 0 1001001 111001 10000001 1001101 11000

Color Harmonies of #0E6D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6D1D

Black with #0E6D1D

Text Example


Text Example

White with #0E6D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,109,29); }

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

background-color css

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

 a { background-color: rgb(14,109,29); }

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

border-color css

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

 span { border-color: rgb(14,109,29); }

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