#0E5134

Color #0E5134 County Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of County Green #0E5134

Tints of County Green #0E5134

Color information

#0E5134 (or 0x0E5134) is unknown color: approx County Green. HEX triplet: 0E, 51 and 34. RGB value is (14,81,52). Sum of RGB (Red+Green+Blue) = 14+81+52=147 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.52% from 147); Green value is 81 (32.03% from 255 or 55.10% from 147); Blue value is 52 (20.70% from 255 or 35.37% from 147); Max value from RGB is 81 - color contains mainly: green. Hex color #0E5134 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5134 is #F1AECB. Grayscale: #393939. Windows color (decimal): -15838924 or 3428622. OLE color: 3428622.

HSL color Cylindrical-coordinate representation of color #0E5134: hue angle of 154.03º 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 #0E5134 is Cyan = 0.83, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.68.

Color convert

RGB148152-
CMYK0.8300.360.68
HSL154.03º70.53%18.63%-
HSV(B)154.03º82.72%31.76%-
XYZ3.746.234.25-
YUV57.66124.896.86-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.52%
GREEN value IS 81 (32.03% from 255) = 55.10%
BLUE value IS 52 (20.70% from 255) = 35.37%
R=9.52%
G=55.10%
B=35.37%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1481520.8300.360.68154.0370.5318.63
HexE513453024449a4713
Octal161216412304410423210723
Binary1110101000111010010100110100100100010010011010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,81,52); }

 H1.HeaderClassName
 {
   color: #0E5134;
 }
 .AnyTagClassName
 {
   color: #0E5134;
 }
</style>
background-color css

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

 a { background-color: rgb(14,81,52); }

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

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

 span { border-color: rgb(14,81,52); }

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