Html Css Color HEX #133524 Cardin Green

📋 copy color: '#133524'

red 19 ◦ green 53 ◦ blue 36

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

Shades of Cardin Green #133524

Tints of Cardin Green #133524

RGB

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

 GREEN value IS 53 (21.09% from 255) = 49.07%

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

R = 17.59%
G = 49.07%
B = 33.33%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.32

 K value IS 0.79

RGB Variations

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

Color information

#133524 (or 0x133524) is known color: Cardin Green. HEX triplet: 13, 35 and 24. RGB value is (19,53,36). Sum of RGB (Red+Green+Blue) = 19+53+36=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 53 (21.09% from 255 or 49.07% from 108); Blue value is 36 (14.45% from 255 or 33.33% from 108); Max value from RGB is 53 - color contains mainly: green. Hex color #133524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133524 is #ECCADB. Grayscale: #282828. Windows color (decimal): -15518428 or 2372883. OLE color: 2372883.

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

Color convert

RGB 19 53 36 -
CMYK 0.64 0 0.32 0.79
HSL 150º 0.47% 0.14% -
HSV(B) 150º 0.64% 0.21% -
XYZ 1.86 2.81 2.11 -
YUV 40.9 125.24 112.38 -
System Red Green Blue C M Y K H S L
Decimal 19 53 36 0.64 0 0.32 0.79 150 0.47 0.14
Hex 13 35 24 40 0 20 4F 96 2F E
Octal 23 65 44 100 0 40 117 226 57 16
Binary 10011 110101 100100 1000000 0 100000 1001111 10010110 101111 1110

Color Harmonies of #133524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133524

Black with #133524

Text Example


Text Example

White with #133524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133524; }

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

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

background-color css

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

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

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

border-color css

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

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

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