Html Css Color HEX #133926 Cardin Green

📋 copy color: '#133926'

red 19 ◦ green 57 ◦ blue 38

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

Shades of Cardin Green #133926

Tints of Cardin Green #133926

RGB

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

 GREEN value IS 57 (22.66% from 255) = 50%

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

R = 16.67%
G = 50%
B = 33.33%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.33

 K value IS 0.78

RGB Variations

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

Color information

#133926 (or 0x133926) is known color: Cardin Green. HEX triplet: 13, 39 and 26. RGB value is (19,57,38). Sum of RGB (Red+Green+Blue) = 19+57+38=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 57 (22.66% from 255 or 50% from 114); Blue value is 38 (15.23% from 255 or 33.33% from 114); Max value from RGB is 57 - color contains mainly: green. Hex color #133926 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133926 is #ECC6D9. Grayscale: #2B2B2B. Windows color (decimal): -15517402 or 2504979. OLE color: 2504979.

HSL color Cylindrical-coordinate representation of color #133926: hue angle of 150º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133926 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 57 38 -
CMYK 0.67 0 0.33 0.78
HSL 150º 0.5% 0.15% -
HSV(B) 150º 0.67% 0.22% -
XYZ 2.08 3.2 2.34 -
YUV 43.47 124.91 110.54 -
System Red Green Blue C M Y K H S L
Decimal 19 57 38 0.67 0 0.33 0.78 150 0.5 0.15
Hex 13 39 26 43 0 21 4E 96 32 F
Octal 23 71 46 103 0 41 116 226 62 17
Binary 10011 111001 100110 1000011 0 100001 1001110 10010110 110010 1111

Color Harmonies of #133926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133926

Black with #133926

Text Example


Text Example

White with #133926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133926; }

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

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

background-color css

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

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

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

border-color css

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

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

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