#0D3923

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

Shades of Cardin Green #0D3923

Tints of Cardin Green #0D3923

Color information

#0D3923 (or 0x0D3923) is unknown color: approx Cardin Green. HEX triplet: 0D, 39 and 23. RGB value is (13,57,35). Sum of RGB (Red+Green+Blue) = 13+57+35=105 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.38% from 105); Green value is 57 (22.66% from 255 or 54.29% from 105); Blue value is 35 (14.06% from 255 or 33.33% from 105); Max value from RGB is 57 - color contains mainly: green. Hex color #0D3923 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3923 is #F2C6DC. Grayscale: #292929. Windows color (decimal): -15910621 or 2308365. OLE color: 2308365.

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

Color convert

RGB135735-
CMYK0.7700.390.78
HSL150º62.86%13.73%-
HSV(B)150º77.19%22.35%-
XYZ1.933.132.09-
YUV41.34124.42107.79-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.38%
GREEN value IS 57 (22.66% from 255) = 54.29%
BLUE value IS 35 (14.06% from 255) = 33.33%
R=12.38%
G=54.29%
B=33.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1357350.7700.390.7815062.8613.73
HexD39234D0274E963fe
Octal1571431150471162267716
Binary1101111001100011100110101001111001110100101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,57,35); }

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

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

 a { background-color: rgb(13,57,35); }

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

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

 span { border-color: rgb(13,57,35); }

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