Html Css Color HEX #0E571F Crusoe

📋 copy color: '#0E571F'

red 14 ◦ green 87 ◦ blue 31

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

Shades of Crusoe #0E571F

Tints of Crusoe #0E571F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 23.48%

R = 10.61%
G = 65.91%
B = 23.48%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#0E571F (or 0x0E571F) is known color: Crusoe. HEX triplet: 0E, 57 and 1F. RGB value is (14,87,31). Sum of RGB (Red+Green+Blue) = 14+87+31=132 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.61% from 132); Green value is 87 (34.38% from 255 or 65.91% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 87 - color contains mainly: green. Hex color #0E571F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E571F is #F1A8E0. Grayscale: #3A3A3A. Windows color (decimal): -15837409 or 2053902. OLE color: 2053902.

HSL color Cylindrical-coordinate representation of color #0E571F: hue angle of 133.97º 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 #0E571F is Cyan = 0.84, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB 14 87 31 -
CMYK 0.84 0 0.64 0.66
HSL 133.97º 0.72% 0.2% -
HSV(B) 133.97º 0.84% 0.34% -
XYZ 3.84 7.01 2.45 -
YUV 58.79 112.32 96.05 -
System Red Green Blue C M Y K H S L
Decimal 14 87 31 0.84 0 0.64 0.66 133.97 0.72 0.2
Hex E 57 1F 54 0 40 42 86 48 14
Octal 16 127 37 124 0 100 102 206 110 24
Binary 1110 1010111 11111 1010100 0 1000000 1000010 10000110 1001000 10100

Color Harmonies of #0E571F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E571F

Black with #0E571F

Text Example


Text Example

White with #0E571F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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