Html Css Color HEX #0E5A19 Crusoe

📋 copy color: '#0E5A19'

red 14 ◦ green 90 ◦ blue 25

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

Shades of Crusoe #0E5A19

Tints of Crusoe #0E5A19

RGB

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

 GREEN value IS 90 (35.55% from 255) = 69.77%

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

R = 10.85%
G = 69.77%
B = 19.38%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#0E5A19 (or 0x0E5A19) is known color: Crusoe. HEX triplet: 0E, 5A and 19. RGB value is (14,90,25). Sum of RGB (Red+Green+Blue) = 14+90+25=129 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.85% from 129); Green value is 90 (35.55% from 255 or 69.77% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 90 - color contains mainly: green. Hex color #0E5A19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5A19 is #F1A5E6. Grayscale: #3C3C3C. Windows color (decimal): -15836647 or 1661454. OLE color: 1661454.

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

Color convert

RGB 14 90 25 -
CMYK 0.84 0 0.72 0.65
HSL 128.68º 0.73% 0.2% -
HSV(B) 128.68º 0.84% 0.35% -
XYZ 4.01 7.48 2.15 -
YUV 59.87 108.32 95.29 -
System Red Green Blue C M Y K H S L
Decimal 14 90 25 0.84 0 0.72 0.65 128.68 0.73 0.2
Hex E 5A 19 54 0 48 41 81 49 14
Octal 16 132 31 124 0 110 101 201 111 24
Binary 1110 1011010 11001 1010100 0 1001000 1000001 10000001 1001001 10100

Color Harmonies of #0E5A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5A19

Black with #0E5A19

Text Example


Text Example

White with #0E5A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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