Html Css Color HEX #133324 Cardin Green

📋 copy color: '#133324'

red 19 ◦ green 51 ◦ blue 36

#133324
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardin Green #133324

Tints of Cardin Green #133324

RGB

 RED value IS 19 (7.81% from 255) = 17.92%

 GREEN value IS 51 (20.31% from 255) = 48.11%

 BLUE value IS 36 (14.45% from 255) = 33.96%

R = 17.92%
G = 48.11%
B = 33.96%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.29

 K value IS 0.8

RGB Variations

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

Color information

#133324 (or 0x133324) is known color: Cardin Green. HEX triplet: 13, 33 and 24. RGB value is (19,51,36). Sum of RGB (Red+Green+Blue) = 19+51+36=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 51 (20.31% from 255 or 48.11% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 51 - color contains mainly: green. Hex color #133324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133324 is #ECCCDB. Grayscale: #272727. Windows color (decimal): -15518940 or 2372371. OLE color: 2372371.

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

Color convert

RGB 19 51 36 -
CMYK 0.63 0 0.29 0.8
HSL 151.88º 0.46% 0.14% -
HSV(B) 151.88º 0.63% 0.2% -
XYZ 1.77 2.63 2.08 -
YUV 39.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 19 51 36 0.63 0 0.29 0.8 151.88 0.46 0.14
Hex 13 33 24 3F 0 1D 50 98 2E E
Octal 23 63 44 77 0 35 120 230 56 16
Binary 10011 110011 100100 111111 0 11101 1010000 10011000 101110 1110

Color Harmonies of #133324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133324

Black with #133324

Text Example


Text Example

White with #133324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133324; }

 p { color: rgb(19,51,36); }

 H1.HeaderClassName
 {
   color: #133324;
 }
 .AnyTagClassName
 {
   color: #133324;
 }
</style>

background-color css

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

 a { background-color: rgb(19,51,36); }

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

border-color css

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

 span { border-color: rgb(19,51,36); }

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