Html Css Color HEX #133826 Cardin Green

📋 copy color: '#133826'

red 19 ◦ green 56 ◦ blue 38

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

Shades of Cardin Green #133826

Tints of Cardin Green #133826

RGB

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

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

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

R = 16.81%
G = 49.56%
B = 33.63%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.32

 K value IS 0.78

RGB Variations

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

Color information

#133826 (or 0x133826) is known color: Cardin Green. HEX triplet: 13, 38 and 26. RGB value is (19,56,38). Sum of RGB (Red+Green+Blue) = 19+56+38=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 56 (22.27% from 255 or 49.56% from 113); Blue value is 38 (15.23% from 255 or 33.63% from 113); Max value from RGB is 56 - color contains mainly: green. Hex color #133826 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133826 is #ECC7D9. Grayscale: #2A2A2A. Windows color (decimal): -15517658 or 2504723. OLE color: 2504723.

HSL color Cylindrical-coordinate representation of color #133826: hue angle of 150.81º 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 #133826 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 56 38 -
CMYK 0.66 0 0.32 0.78
HSL 150.81º 0.49% 0.15% -
HSV(B) 150.81º 0.66% 0.22% -
XYZ 2.03 3.11 2.33 -
YUV 42.89 125.24 110.96 -
System Red Green Blue C M Y K H S L
Decimal 19 56 38 0.66 0 0.32 0.78 150.81 0.49 0.15
Hex 13 38 26 42 0 20 4E 97 31 F
Octal 23 70 46 102 0 40 116 227 61 17
Binary 10011 111000 100110 1000010 0 100000 1001110 10010111 110001 1111

Color Harmonies of #133826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133826

Black with #133826

Text Example


Text Example

White with #133826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133826; }

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

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

background-color css

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

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

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

border-color css

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

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

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