Html Css Color HEX #0E5719 Crusoe

📋 copy color: '#0E5719'

red 14 ◦ green 87 ◦ blue 25

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

Shades of Crusoe #0E5719

Tints of Crusoe #0E5719

RGB

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

 GREEN value IS 87 (34.38% from 255) = 69.05%

 BLUE value IS 25 (10.16% from 255) = 19.84%

R = 11.11%
G = 69.05%
B = 19.84%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#0E5719 (or 0x0E5719) is known color: Crusoe. HEX triplet: 0E, 57 and 19. RGB value is (14,87,25). Sum of RGB (Red+Green+Blue) = 14+87+25=126 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.11% from 126); Green value is 87 (34.38% from 255 or 69.05% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 87 - color contains mainly: green. Hex color #0E5719 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5719 is #F1A8E6. Grayscale: #3A3A3A. Windows color (decimal): -15837415 or 1660686. OLE color: 1660686.

HSL color Cylindrical-coordinate representation of color #0E5719: hue angle of 129.04º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5719 is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.66.

Color convert

RGB 14 87 25 -
CMYK 0.84 0 0.71 0.66
HSL 129.04º 0.72% 0.2% -
HSV(B) 129.04º 0.84% 0.34% -
XYZ 3.76 6.98 2.07 -
YUV 58.11 109.32 96.54 -
System Red Green Blue C M Y K H S L
Decimal 14 87 25 0.84 0 0.71 0.66 129.04 0.72 0.2
Hex E 57 19 54 0 47 42 81 48 14
Octal 16 127 31 124 0 107 102 201 110 24
Binary 1110 1010111 11001 1010100 0 1000111 1000010 10000001 1001000 10100

Color Harmonies of #0E5719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5719

Black with #0E5719

Text Example


Text Example

White with #0E5719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,87,25); }

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

background-color css

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

 a { background-color: rgb(14,87,25); }

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

border-color css

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

 span { border-color: rgb(14,87,25); }

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