#0E3623

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

Shades of Cardin Green #0E3623

Tints of Cardin Green #0E3623

Color information

#0E3623 (or 0x0E3623) is unknown color: approx Cardin Green. HEX triplet: 0E, 36 and 23. RGB value is (14,54,35). Sum of RGB (Red+Green+Blue) = 14+54+35=103 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.59% from 103); Green value is 54 (21.48% from 255 or 52.43% from 103); Blue value is 35 (14.06% from 255 or 33.98% from 103); Max value from RGB is 54 - color contains mainly: green. Hex color #0E3623 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3623 is #F1C9DC. Grayscale: #272727. Windows color (decimal): -15845853 or 2307598. OLE color: 2307598.

HSL color Cylindrical-coordinate representation of color #0E3623: hue angle of 151.5º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0E3623 is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.79.

Color convert

RGB145435-
CMYK0.7400.350.79
HSL151.5º58.82%13.33%-
HSV(B)151.5º74.07%21.18%-
XYZ1.82.852.05-
YUV39.87125.25109.54-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 13.59%
GREEN value IS 54 (21.48% from 255) = 52.43%
BLUE value IS 35 (14.06% from 255) = 33.98%
R=13.59%
G=52.43%
B=33.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1454350.7400.350.79151.558.8213.33
HexE36234A0234F983bd
Octal1666431120431172307315
Binary1110110110100011100101001000111001111100110001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,54,35); }

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

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

 a { background-color: rgb(14,54,35); }

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

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

 span { border-color: rgb(14,54,35); }

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