Html Css Color HEX #0E601A Crusoe

📋 copy color: '#0E601A'

red 14 ◦ green 96 ◦ blue 26

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

Shades of Crusoe #0E601A

Tints of Crusoe #0E601A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 19.12%

R = 10.29%
G = 70.59%
B = 19.12%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#0E601A (or 0x0E601A) is known color: Crusoe. HEX triplet: 0E, 60 and 1A. RGB value is (14,96,26). Sum of RGB (Red+Green+Blue) = 14+96+26=136 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.29% from 136); Green value is 96 (37.89% from 255 or 70.59% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 96 - color contains mainly: green. Hex color #0E601A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E601A is #F19FE5. Grayscale: #3F3F3F. Windows color (decimal): -15835110 or 1728526. OLE color: 1728526.

HSL color Cylindrical-coordinate representation of color #0E601A: hue angle of 128.78º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E601A is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 14 96 26 -
CMYK 0.85 0 0.73 0.62
HSL 128.78º 0.75% 0.22% -
HSV(B) 128.78º 0.85% 0.38% -
XYZ 4.55 8.53 2.38 -
YUV 63.5 106.83 92.69 -
System Red Green Blue C M Y K H S L
Decimal 14 96 26 0.85 0 0.73 0.62 128.78 0.75 0.22
Hex E 60 1A 55 0 49 3E 81 4B 16
Octal 16 140 32 125 0 111 76 201 113 26
Binary 1110 1100000 11010 1010101 0 1001001 111110 10000001 1001011 10110

Color Harmonies of #0E601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E601A

Black with #0E601A

Text Example


Text Example

White with #0E601A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,96,26); }

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

background-color css

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

 a { background-color: rgb(14,96,26); }

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

border-color css

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

 span { border-color: rgb(14,96,26); }

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