#133022

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

Shades of Cardin Green #133022

Tints of Cardin Green #133022

Color information

#133022 (or 0x133022) is unknown color: approx Cardin Green. HEX triplet: 13, 30 and 22. RGB value is (19,48,34). Sum of RGB (Red+Green+Blue) = 19+48+34=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 34 (13.67% from 255 or 33.66% from 101); Max value from RGB is 48 - color contains mainly: green. Hex color #133022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133022 is #ECCFDD. Grayscale: #252525. Windows color (decimal): -15519710 or 2240531. OLE color: 2240531.

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

Color convert

RGB194834-
CMYK0.6000.290.81
HSL151.03º43.28%13.14%-
HSV(B)151.03º60.42%18.82%-
XYZ1.612.371.89-
YUV37.73125.89114.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.81%
GREEN value IS 48 (19.14% from 255) = 47.52%
BLUE value IS 34 (13.67% from 255) = 33.66%
R=18.81%
G=47.52%
B=33.66%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1948340.6000.290.81151.0343.2813.14
Hex1330223C01D51972bd
Octal236042740351212275315
Binary100111100001000101111000111011010001100101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133022; }

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

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

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

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

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

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

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

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