Html Css Color HEX #133328 Cardin Green

📋 copy color: '#133328'

red 19 ◦ green 51 ◦ blue 40

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

Shades of Cardin Green #133328

Tints of Cardin Green #133328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 36.36%

R = 17.27%
G = 46.36%
B = 36.36%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.8

RGB Variations

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

Color information

#133328 (or 0x133328) is known color: Cardin Green. HEX triplet: 13, 33 and 28. RGB value is (19,51,40). Sum of RGB (Red+Green+Blue) = 19+51+40=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 51 - color contains mainly: green. Hex color #133328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133328 is #ECCCD7. Grayscale: #282828. Windows color (decimal): -15518936 or 2634515. OLE color: 2634515.

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

Color convert

RGB 19 51 40 -
CMYK 0.63 0 0.22 0.8
HSL 159.38º 0.46% 0.14% -
HSV(B) 159.38º 0.63% 0.2% -
XYZ 1.84 2.66 2.42 -
YUV 40.18 127.9 112.89 -
System Red Green Blue C M Y K H S L
Decimal 19 51 40 0.63 0 0.22 0.8 159.38 0.46 0.14
Hex 13 33 28 3F 0 16 50 9F 2E E
Octal 23 63 50 77 0 26 120 237 56 16
Binary 10011 110011 101000 111111 0 10110 1010000 10011111 101110 1110

Color Harmonies of #133328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133328

Black with #133328

Text Example


Text Example

White with #133328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133328; }

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

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

background-color css

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

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

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

border-color css

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

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

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