Html Css Color HEX #0E521E Crusoe

📋 copy color: '#0E521E'

red 14 ◦ green 82 ◦ blue 30

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

Shades of Crusoe #0E521E

Tints of Crusoe #0E521E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 65.08%

 BLUE value IS 30 (12.11% from 255) = 23.81%

R = 11.11%
G = 65.08%
B = 23.81%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#0E521E (or 0x0E521E) is known color: Crusoe. HEX triplet: 0E, 52 and 1E. RGB value is (14,82,30). Sum of RGB (Red+Green+Blue) = 14+82+30=126 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.11% from 126); Green value is 82 (32.42% from 255 or 65.08% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 82 - color contains mainly: green. Hex color #0E521E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E521E is #F1ADE1. Grayscale: #373737. Windows color (decimal): -15838690 or 1987086. OLE color: 1987086.

HSL color Cylindrical-coordinate representation of color #0E521E: hue angle of 134.12º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E521E is Cyan = 0.83, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB 14 82 30 -
CMYK 0.83 0 0.63 0.68
HSL 134.12º 0.71% 0.19% -
HSV(B) 134.12º 0.83% 0.32% -
XYZ 3.43 6.22 2.25 -
YUV 55.74 113.47 98.23 -
System Red Green Blue C M Y K H S L
Decimal 14 82 30 0.83 0 0.63 0.68 134.12 0.71 0.19
Hex E 52 1E 53 0 3F 44 86 47 13
Octal 16 122 36 123 0 77 104 206 107 23
Binary 1110 1010010 11110 1010011 0 111111 1000100 10000110 1000111 10011

Color Harmonies of #0E521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E521E

Black with #0E521E

Text Example


Text Example

White with #0E521E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,82,30); }

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

background-color css

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

 a { background-color: rgb(14,82,30); }

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

border-color css

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

 span { border-color: rgb(14,82,30); }

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