Html Css Color HEX #133624 Cardin Green

📋 copy color: '#133624'

red 19 ◦ green 54 ◦ blue 36

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

Shades of Cardin Green #133624

Tints of Cardin Green #133624

RGB

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

 GREEN value IS 54 (21.48% from 255) = 49.54%

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

R = 17.43%
G = 49.54%
B = 33.03%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.33

 K value IS 0.79

RGB Variations

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

Color information

#133624 (or 0x133624) is known color: Cardin Green. HEX triplet: 13, 36 and 24. RGB value is (19,54,36). Sum of RGB (Red+Green+Blue) = 19+54+36=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 54 (21.48% from 255 or 49.54% from 109); Blue value is 36 (14.45% from 255 or 33.03% from 109); Max value from RGB is 54 - color contains mainly: green. Hex color #133624 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133624 is #ECC9DB. Grayscale: #292929. Windows color (decimal): -15518172 or 2373139. OLE color: 2373139.

HSL color Cylindrical-coordinate representation of color #133624: hue angle of 149.14º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133624 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 54 36 -
CMYK 0.65 0 0.33 0.79
HSL 149.14º 0.48% 0.14% -
HSV(B) 149.14º 0.65% 0.21% -
XYZ 1.91 2.9 2.13 -
YUV 41.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 19 54 36 0.65 0 0.33 0.79 149.14 0.48 0.14
Hex 13 36 24 41 0 21 4F 95 30 E
Octal 23 66 44 101 0 41 117 225 60 16
Binary 10011 110110 100100 1000001 0 100001 1001111 10010101 110000 1110

Color Harmonies of #133624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133624

Black with #133624

Text Example


Text Example

White with #133624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133624; }

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

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

background-color css

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

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

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

border-color css

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

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

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