#113022

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

Shades of Cardin Green #113022

Tints of Cardin Green #113022

Color information

#113022 (or 0x113022) is unknown color: approx Cardin Green. HEX triplet: 11, 30 and 22. RGB value is (17,48,34). Sum of RGB (Red+Green+Blue) = 17+48+34=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 34 (13.67% from 255 or 34.34% from 99); Max value from RGB is 48 - color contains mainly: green. Hex color #113022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113022 is #EECFDD. Grayscale: #252525. Windows color (decimal): -15650782 or 2240529. OLE color: 2240529.

HSL color Cylindrical-coordinate representation of color #113022: hue angle of 152.9º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #113022 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB174834-
CMYK0.6500.290.81
HSL152.9º47.69%12.75%-
HSV(B)152.9º64.58%18.82%-
XYZ1.582.351.88-
YUV37.14126.23113.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.17%
GREEN value IS 48 (19.14% from 255) = 48.48%
BLUE value IS 34 (13.67% from 255) = 34.34%
R=17.17%
G=48.48%
B=34.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1748340.6500.290.81152.947.6912.75
Hex1130224101D519930d
Octal2160421010351212316015
Binary1000111000010001010000010111011010001100110011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113022; }

 p { color: rgb(17,48,34); }

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

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

 a { background-color: rgb(17,48,34); }

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

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

 span { border-color: rgb(17,48,34); }

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