#0D3520

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

Shades of Cardin Green #0D3520

Tints of Cardin Green #0D3520

Color information

#0D3520 (or 0x0D3520) is unknown color: approx Cardin Green. HEX triplet: 0D, 35 and 20. RGB value is (13,53,32). Sum of RGB (Red+Green+Blue) = 13+53+32=98 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.27% from 98); Green value is 53 (21.09% from 255 or 54.08% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 53 - color contains mainly: green. Hex color #0D3520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3520 is #F2CADF. Grayscale: #262626. Windows color (decimal): -15911648 or 2110733. OLE color: 2110733.

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

Color convert

RGB135332-
CMYK0.7500.400.79
HSL148.5º60.61%12.94%-
HSV(B)148.5º75.47%20.78%-
XYZ1.72.741.81-
YUV38.65124.25109.71-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.27%
GREEN value IS 53 (21.09% from 255) = 54.08%
BLUE value IS 32 (12.89% from 255) = 32.65%
R=13.27%
G=54.08%
B=32.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1353320.7500.400.79148.560.6112.94
HexD35204B0284F943dd
Octal1565401130501172247515
Binary1101110101100000100101101010001001111100101001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,53,32); }

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

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

 a { background-color: rgb(13,53,32); }

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

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

 span { border-color: rgb(13,53,32); }

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