#0E3826

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

Shades of Cardin Green #0E3826

Tints of Cardin Green #0E3826

Color information

#0E3826 (or 0x0E3826) is unknown color: approx Cardin Green. HEX triplet: 0E, 38 and 26. RGB value is (14,56,38). Sum of RGB (Red+Green+Blue) = 14+56+38=108 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.96% from 108); Green value is 56 (22.27% from 255 or 51.85% from 108); Blue value is 38 (15.23% from 255 or 35.19% from 108); Max value from RGB is 56 - color contains mainly: green. Hex color #0E3826 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3826 is #F1C7D9. Grayscale: #292929. Windows color (decimal): -15845338 or 2504718. OLE color: 2504718.

HSL color Cylindrical-coordinate representation of color #0E3826: hue angle of 154.29º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E3826 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.78.

Color convert

RGB145638-
CMYK0.7500.320.78
HSL154.29º60%13.73%-
HSV(B)154.29º75%21.96%-
XYZ1.953.062.32-
YUV41.39126.09108.46-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.96%
GREEN value IS 56 (22.27% from 255) = 51.85%
BLUE value IS 38 (15.23% from 255) = 35.19%
R=12.96%
G=51.85%
B=35.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1456380.7500.320.78154.296013.73
HexE38264B0204E9a3ce
Octal1670461130401162327416
Binary1110111000100110100101101000001001110100110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,56,38); }

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

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

 a { background-color: rgb(14,56,38); }

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

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

 span { border-color: rgb(14,56,38); }

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