Html Css Color HEX #133729 Cardin Green

📋 copy color: '#133729'

red 19 ◦ green 55 ◦ blue 41

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

Shades of Cardin Green #133729

Tints of Cardin Green #133729

RGB

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

 GREEN value IS 55 (21.88% from 255) = 47.83%

 BLUE value IS 41 (16.41% from 255) = 35.65%

R = 16.52%
G = 47.83%
B = 35.65%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#133729 (or 0x133729) is known color: Cardin Green. HEX triplet: 13, 37 and 29. RGB value is (19,55,41). Sum of RGB (Red+Green+Blue) = 19+55+41=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 55 (21.88% from 255 or 47.83% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 55 - color contains mainly: green. Hex color #133729 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133729 is #ECC8D6. Grayscale: #2A2A2A. Windows color (decimal): -15517911 or 2701075. OLE color: 2701075.

HSL color Cylindrical-coordinate representation of color #133729: hue angle of 156.67º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133729 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 55 41 -
CMYK 0.65 0 0.25 0.78
HSL 156.67º 0.49% 0.15% -
HSV(B) 156.67º 0.65% 0.22% -
XYZ 2.03 3.03 2.58 -
YUV 42.64 127.07 111.14 -
System Red Green Blue C M Y K H S L
Decimal 19 55 41 0.65 0 0.25 0.78 156.67 0.49 0.15
Hex 13 37 29 41 0 19 4E 9D 31 F
Octal 23 67 51 101 0 31 116 235 61 17
Binary 10011 110111 101001 1000001 0 11001 1001110 10011101 110001 1111

Color Harmonies of #133729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133729

Black with #133729

Text Example


Text Example

White with #133729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133729; }

 p { color: rgb(19,55,41); }

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

background-color css

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

 a { background-color: rgb(19,55,41); }

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

border-color css

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

 span { border-color: rgb(19,55,41); }

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