#133020

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

Shades of Cardin Green #133020

Tints of Cardin Green #133020

Color information

#133020 (or 0x133020) is unknown color: approx Cardin Green. HEX triplet: 13, 30 and 20. RGB value is (19,48,32). Sum of RGB (Red+Green+Blue) = 19+48+32=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 32 (12.89% from 255 or 32.32% from 99); Max value from RGB is 48 - color contains mainly: green. Hex color #133020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133020 is #ECCFDF. Grayscale: #252525. Windows color (decimal): -15519712 or 2109459. OLE color: 2109459.

HSL color Cylindrical-coordinate representation of color #133020: hue angle of 146.9º 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 #133020 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB194832-
CMYK0.6000.330.81
HSL146.9º43.28%13.14%-
HSV(B)146.9º60.42%18.82%-
XYZ1.592.361.74-
YUV37.51124.89114.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.19%
GREEN value IS 48 (19.14% from 255) = 48.48%
BLUE value IS 32 (12.89% from 255) = 32.32%
R=19.19%
G=48.48%
B=32.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1948320.6000.330.81146.943.2813.14
Hex1330203C02151932bd
Octal236040740411212235315
Binary1001111000010000011110001000011010001100100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133020; }

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

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

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

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

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

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

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

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