#133427

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

Shades of Cardin Green #133427

Tints of Cardin Green #133427

Color information

#133427 (or 0x133427) is unknown color: approx Cardin Green. HEX triplet: 13, 34 and 27. RGB value is (19,52,39). Sum of RGB (Red+Green+Blue) = 19+52+39=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #133427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133427 is #ECCBD8. Grayscale: #282828. Windows color (decimal): -15518681 or 2569235. OLE color: 2569235.

HSL color Cylindrical-coordinate representation of color #133427: hue angle of 156.36º 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 #133427 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.80.

Color convert

RGB195239-
CMYK0.6300.250.80
HSL156.36º46.48%13.92%-
HSV(B)156.36º63.46%20.39%-
XYZ1.862.742.35-
YUV40.65127.07112.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.27%
GREEN value IS 52 (20.70% from 255) = 47.27%
BLUE value IS 39 (15.62% from 255) = 35.45%
R=17.27%
G=47.27%
B=35.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1952390.6300.250.80156.3646.4813.92
Hex1334273F019509c2ee
Octal236447770311202345616
Binary100111101001001111111110110011010000100111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133427; }

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

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

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

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

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

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

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

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