Html Css Color HEX #133628 Cardin Green

📋 copy color: '#133628'

red 19 ◦ green 54 ◦ blue 40

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

Shades of Cardin Green #133628

Tints of Cardin Green #133628

RGB

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

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

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

R = 16.81%
G = 47.79%
B = 35.4%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#133628 (or 0x133628) is known color: Cardin Green. HEX triplet: 13, 36 and 28. RGB value is (19,54,40). Sum of RGB (Red+Green+Blue) = 19+54+40=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 54 (21.48% from 255 or 47.79% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 54 - color contains mainly: green. Hex color #133628 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133628 is #ECC9D7. Grayscale: #292929. Windows color (decimal): -15518168 or 2635283. OLE color: 2635283.

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

Color convert

RGB 19 54 40 -
CMYK 0.65 0 0.26 0.79
HSL 156º 0.48% 0.14% -
HSV(B) 156º 0.65% 0.21% -
XYZ 1.97 2.93 2.47 -
YUV 41.94 126.9 111.64 -
System Red Green Blue C M Y K H S L
Decimal 19 54 40 0.65 0 0.26 0.79 156 0.48 0.14
Hex 13 36 28 41 0 1A 4F 9C 30 E
Octal 23 66 50 101 0 32 117 234 60 16
Binary 10011 110110 101000 1000001 0 11010 1001111 10011100 110000 1110

Color Harmonies of #133628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133628

Black with #133628

Text Example


Text Example

White with #133628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133628; }

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

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

background-color css

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

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

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

border-color css

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

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

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