#133422

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

Shades of Cardin Green #133422

Tints of Cardin Green #133422

Color information

#133422 (or 0x133422) is unknown color: approx Cardin Green. HEX triplet: 13, 34 and 22. RGB value is (19,52,34). Sum of RGB (Red+Green+Blue) = 19+52+34=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 52 (20.70% from 255 or 49.52% from 105); Blue value is 34 (13.67% from 255 or 32.38% from 105); Max value from RGB is 52 - color contains mainly: green. Hex color #133422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133422 is #ECCBDD. Grayscale: #282828. Windows color (decimal): -15518686 or 2241555. OLE color: 2241555.

HSL color Cylindrical-coordinate representation of color #133422: hue angle of 147.27º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #133422 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.80.

Color convert

RGB195234-
CMYK0.6300.350.80
HSL147.27º46.48%13.92%-
HSV(B)147.27º63.46%20.39%-
XYZ1.792.711.94-
YUV40.08124.57112.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.10%
GREEN value IS 52 (20.70% from 255) = 49.52%
BLUE value IS 34 (13.67% from 255) = 32.38%
R=18.10%
G=49.52%
B=32.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1952340.6300.350.80147.2746.4813.92
Hex1334223F02350932ee
Octal236442770431202235616
Binary1001111010010001011111101000111010000100100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133422; }

 p { color: rgb(19,52,34); }

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

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

 a { background-color: rgb(19,52,34); }

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

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

 span { border-color: rgb(19,52,34); }

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