Html Css Color HEX #133426 Cardin Green

📋 copy color: '#133426'

red 19 ◦ green 52 ◦ blue 38

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

Shades of Cardin Green #133426

Tints of Cardin Green #133426

RGB

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

 GREEN value IS 52 (20.7% from 255) = 47.71%

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

R = 17.43%
G = 47.71%
B = 34.86%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.27

 K value IS 0.80

RGB Variations

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

Color information

#133426 (or 0x133426) is known color: Cardin Green. HEX triplet: 13, 34 and 26. RGB value is (19,52,38). Sum of RGB (Red+Green+Blue) = 19+52+38=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 52 (20.70% from 255 or 47.71% from 109); Blue value is 38 (15.23% from 255 or 34.86% from 109); Max value from RGB is 52 - color contains mainly: green. Hex color #133426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133426 is #ECCBD9. Grayscale: #282828. Windows color (decimal): -15518682 or 2503699. OLE color: 2503699.

HSL color Cylindrical-coordinate representation of color #133426: hue angle of 154.55º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #133426 is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 52 38 -
CMYK 0.63 0 0.27 0.80
HSL 154.55º 0.46% 0.14% -
HSV(B) 154.55º 0.63% 0.2% -
XYZ 1.85 2.73 2.26 -
YUV 40.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 19 52 38 0.63 0 0.27 0.80 154.55 0.46 0.14
Hex 13 34 26 3F 0 1B 50 9B 2E E
Octal 23 64 46 77 0 33 120 233 56 16
Binary 10011 110100 100110 111111 0 11011 1010000 10011011 101110 1110

Color Harmonies of #133426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133426

Black with #133426

Text Example


Text Example

White with #133426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133426; }

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

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

background-color css

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

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

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

border-color css

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

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

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