Html Css Color HEX #133728 Cardin Green

📋 copy color: '#133728'

red 19 ◦ green 55 ◦ blue 40

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

Shades of Cardin Green #133728

Tints of Cardin Green #133728

RGB

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

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

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

R = 16.67%
G = 48.25%
B = 35.09%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#133728 (or 0x133728) is known color: Cardin Green. HEX triplet: 13, 37 and 28. RGB value is (19,55,40). Sum of RGB (Red+Green+Blue) = 19+55+40=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 55 (21.88% from 255 or 48.25% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 55 - color contains mainly: green. Hex color #133728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133728 is #ECC8D7. Grayscale: #2A2A2A. Windows color (decimal): -15517912 or 2635539. OLE color: 2635539.

HSL color Cylindrical-coordinate representation of color #133728: hue angle of 155º 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 #133728 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 55 40 -
CMYK 0.65 0 0.27 0.78
HSL 155º 0.49% 0.15% -
HSV(B) 155º 0.65% 0.22% -
XYZ 2.02 3.02 2.48 -
YUV 42.53 126.57 111.22 -
System Red Green Blue C M Y K H S L
Decimal 19 55 40 0.65 0 0.27 0.78 155 0.49 0.15
Hex 13 37 28 41 0 1B 4E 9B 31 F
Octal 23 67 50 101 0 33 116 233 61 17
Binary 10011 110111 101000 1000001 0 11011 1001110 10011011 110001 1111

Color Harmonies of #133728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133728

Black with #133728

Text Example


Text Example

White with #133728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133728; }

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

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

background-color css

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

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

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

border-color css

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

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

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