Html Css Color HEX #133829 Cardin Green

📋 copy color: '#133829'

red 19 ◦ green 56 ◦ blue 41

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

Shades of Cardin Green #133829

Tints of Cardin Green #133829

RGB

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

 GREEN value IS 56 (22.27% from 255) = 48.28%

 BLUE value IS 41 (16.41% from 255) = 35.34%

R = 16.38%
G = 48.28%
B = 35.34%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#133829 (or 0x133829) is known color: Cardin Green. HEX triplet: 13, 38 and 29. RGB value is (19,56,41). Sum of RGB (Red+Green+Blue) = 19+56+41=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 56 - color contains mainly: green. Hex color #133829 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133829 is #ECC7D6. Grayscale: #2B2B2B. Windows color (decimal): -15517655 or 2701331. OLE color: 2701331.

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

Color convert

RGB 19 56 41 -
CMYK 0.66 0 0.27 0.78
HSL 155.68º 0.49% 0.15% -
HSV(B) 155.68º 0.66% 0.22% -
XYZ 2.08 3.13 2.59 -
YUV 43.23 126.74 110.72 -
System Red Green Blue C M Y K H S L
Decimal 19 56 41 0.66 0 0.27 0.78 155.68 0.49 0.15
Hex 13 38 29 42 0 1B 4E 9C 31 F
Octal 23 70 51 102 0 33 116 234 61 17
Binary 10011 111000 101001 1000010 0 11011 1001110 10011100 110001 1111

Color Harmonies of #133829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133829

Black with #133829

Text Example


Text Example

White with #133829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133829; }

 p { color: rgb(19,56,41); }

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

background-color css

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

 a { background-color: rgb(19,56,41); }

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

border-color css

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

 span { border-color: rgb(19,56,41); }

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