Html Css Color HEX #0E5B1C Crusoe

📋 copy color: '#0E5B1C'

red 14 ◦ green 91 ◦ blue 28

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

Shades of Crusoe #0E5B1C

Tints of Crusoe #0E5B1C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 68.42%

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

R = 10.53%
G = 68.42%
B = 21.05%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.69

 K value IS 0.64

RGB Variations

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

Color information

#0E5B1C (or 0x0E5B1C) is known color: Crusoe. HEX triplet: 0E, 5B and 1C. RGB value is (14,91,28). Sum of RGB (Red+Green+Blue) = 14+91+28=133 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.53% from 133); Green value is 91 (35.94% from 255 or 68.42% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 91 - color contains mainly: green. Hex color #0E5B1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5B1C is #F1A4E3. Grayscale: #3C3C3C. Windows color (decimal): -15836388 or 1858318. OLE color: 1858318.

HSL color Cylindrical-coordinate representation of color #0E5B1C: hue angle of 130.91º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E5B1C is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.64.

Color convert

RGB 14 91 28 -
CMYK 0.85 0 0.69 0.64
HSL 130.91º 0.73% 0.21% -
HSV(B) 130.91º 0.85% 0.36% -
XYZ 4.13 7.66 2.36 -
YUV 60.8 109.49 94.62 -
System Red Green Blue C M Y K H S L
Decimal 14 91 28 0.85 0 0.69 0.64 130.91 0.73 0.21
Hex E 5B 1C 55 0 45 40 83 49 15
Octal 16 133 34 125 0 105 100 203 111 25
Binary 1110 1011011 11100 1010101 0 1000101 1000000 10000011 1001001 10101

Color Harmonies of #0E5B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5B1C

Black with #0E5B1C

Text Example


Text Example

White with #0E5B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,91,28); }

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

background-color css

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

 a { background-color: rgb(14,91,28); }

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

border-color css

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

 span { border-color: rgb(14,91,28); }

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