#113327

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

Shades of Cardin Green #113327

Tints of Cardin Green #113327

Color information

#113327 (or 0x113327) is unknown color: approx Cardin Green. HEX triplet: 11, 33 and 27. RGB value is (17,51,39). Sum of RGB (Red+Green+Blue) = 17+51+39=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 39 (15.62% from 255 or 36.45% from 107); Max value from RGB is 51 - color contains mainly: green. Hex color #113327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113327 is #EECCD8. Grayscale: #272727. Windows color (decimal): -15650009 or 2568977. OLE color: 2568977.

HSL color Cylindrical-coordinate representation of color #113327: hue angle of 158.82º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #113327 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.8.

Color convert

RGB175139-
CMYK0.6700.240.8
HSL158.82º50%13.33%-
HSV(B)158.82º66.67%20%-
XYZ1.782.632.33-
YUV39.47127.74111.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.89%
GREEN value IS 51 (20.31% from 255) = 47.66%
BLUE value IS 39 (15.62% from 255) = 36.45%
R=15.89%
G=47.66%
B=36.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1751390.6700.240.8158.825013.33
Hex11332743018509f32d
Octal2163471030301202376215
Binary1000111001110011110000110110001010000100111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113327; }

 p { color: rgb(17,51,39); }

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

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

 a { background-color: rgb(17,51,39); }

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

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

 span { border-color: rgb(17,51,39); }

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