Html Css Color HEX #133323 Cardin Green

📋 copy color: '#133323'

red 19 ◦ green 51 ◦ blue 35

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

Shades of Cardin Green #133323

Tints of Cardin Green #133323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 33.33%

R = 18.1%
G = 48.57%
B = 33.33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.31

 K value IS 0.8

RGB Variations

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

Color information

#133323 (or 0x133323) is known color: Cardin Green. HEX triplet: 13, 33 and 23. RGB value is (19,51,35). Sum of RGB (Red+Green+Blue) = 19+51+35=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 35 (14.06% from 255 or 33.33% from 105); Max value from RGB is 51 - color contains mainly: green. Hex color #133323 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133323 is #ECCCDC. Grayscale: #272727. Windows color (decimal): -15518941 or 2306835. OLE color: 2306835.

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

Color convert

RGB 19 51 35 -
CMYK 0.63 0 0.31 0.8
HSL 150º 0.46% 0.14% -
HSV(B) 150º 0.63% 0.2% -
XYZ 1.76 2.63 2 -
YUV 39.61 125.4 113.3 -
System Red Green Blue C M Y K H S L
Decimal 19 51 35 0.63 0 0.31 0.8 150 0.46 0.14
Hex 13 33 23 3F 0 1F 50 96 2E E
Octal 23 63 43 77 0 37 120 226 56 16
Binary 10011 110011 100011 111111 0 11111 1010000 10010110 101110 1110

Color Harmonies of #133323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133323

Black with #133323

Text Example


Text Example

White with #133323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133323; }

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

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

background-color css

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

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

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

border-color css

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

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

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