#133623

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

Shades of Cardin Green #133623

Tints of Cardin Green #133623

Color information

#133623 (or 0x133623) is unknown color: approx Cardin Green. HEX triplet: 13, 36 and 23. RGB value is (19,54,35). Sum of RGB (Red+Green+Blue) = 19+54+35=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 54 (21.48% from 255 or 50% from 108); Blue value is 35 (14.06% from 255 or 32.41% from 108); Max value from RGB is 54 - color contains mainly: green. Hex color #133623 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133623 is #ECC9DC. Grayscale: #292929. Windows color (decimal): -15518173 or 2307603. OLE color: 2307603.

HSL color Cylindrical-coordinate representation of color #133623: hue angle of 147.43º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133623 is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.79.

Color convert

RGB195435-
CMYK0.6500.350.79
HSL147.43º47.95%14.31%-
HSV(B)147.43º64.81%21.18%-
XYZ1.892.92.05-
YUV41.37124.4112.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.59%
GREEN value IS 54 (21.48% from 255) = 50%
BLUE value IS 35 (14.06% from 255) = 32.41%
R=17.59%
G=50%
B=32.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1954350.6500.350.79147.4347.9514.31
Hex133623410234F9330e
Octal2366431010431172236016
Binary10011110110100011100000101000111001111100100111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133623; }

 p { color: rgb(19,54,35); }

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

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

 a { background-color: rgb(19,54,35); }

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

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

 span { border-color: rgb(19,54,35); }

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