Html Css Color HEX #133727 Cardin Green

📋 copy color: '#133727'

red 19 ◦ green 55 ◦ blue 39

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

Shades of Cardin Green #133727

Tints of Cardin Green #133727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 34.51%

R = 16.81%
G = 48.67%
B = 34.51%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#133727 (or 0x133727) is known color: Cardin Green. HEX triplet: 13, 37 and 27. RGB value is (19,55,39). Sum of RGB (Red+Green+Blue) = 19+55+39=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 55 (21.88% from 255 or 48.67% from 113); Blue value is 39 (15.62% from 255 or 34.51% from 113); Max value from RGB is 55 - color contains mainly: green. Hex color #133727 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133727 is #ECC8D8. Grayscale: #2A2A2A. Windows color (decimal): -15517913 or 2570003. OLE color: 2570003.

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

Color convert

RGB 19 55 39 -
CMYK 0.65 0 0.29 0.78
HSL 153.33º 0.49% 0.15% -
HSV(B) 153.33º 0.65% 0.22% -
XYZ 2 3.02 2.4 -
YUV 42.41 126.07 111.3 -
System Red Green Blue C M Y K H S L
Decimal 19 55 39 0.65 0 0.29 0.78 153.33 0.49 0.15
Hex 13 37 27 41 0 1D 4E 99 31 F
Octal 23 67 47 101 0 35 116 231 61 17
Binary 10011 110111 100111 1000001 0 11101 1001110 10011001 110001 1111

Color Harmonies of #133727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133727

Black with #133727

Text Example


Text Example

White with #133727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133727; }

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

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

background-color css

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

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

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

border-color css

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

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

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