Html Css Color HEX #133626 Cardin Green

📋 copy color: '#133626'

red 19 ◦ green 54 ◦ blue 38

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

Shades of Cardin Green #133626

Tints of Cardin Green #133626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 34.23%

R = 17.12%
G = 48.65%
B = 34.23%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.30

 K value IS 0.79

RGB Variations

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

Color information

#133626 (or 0x133626) is known color: Cardin Green. HEX triplet: 13, 36 and 26. RGB value is (19,54,38). Sum of RGB (Red+Green+Blue) = 19+54+38=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 54 (21.48% from 255 or 48.65% from 111); Blue value is 38 (15.23% from 255 or 34.23% from 111); Max value from RGB is 54 - color contains mainly: green. Hex color #133626 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133626 is #ECC9D9. Grayscale: #292929. Windows color (decimal): -15518170 or 2504211. OLE color: 2504211.

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

Color convert

RGB 19 54 38 -
CMYK 0.65 0 0.30 0.79
HSL 152.57º 0.48% 0.14% -
HSV(B) 152.57º 0.65% 0.21% -
XYZ 1.94 2.92 2.29 -
YUV 41.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 19 54 38 0.65 0 0.30 0.79 152.57 0.48 0.14
Hex 13 36 26 41 0 1E 4F 99 30 E
Octal 23 66 46 101 0 36 117 231 60 16
Binary 10011 110110 100110 1000001 0 11110 1001111 10011001 110000 1110

Color Harmonies of #133626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133626

Black with #133626

Text Example


Text Example

White with #133626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133626; }

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

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

background-color css

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

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

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

border-color css

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

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

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