Html Css Color HEX #113826 Cardin Green

📋 copy color: '#113826'

red 17 ◦ green 56 ◦ blue 38

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

Shades of Cardin Green #113826

Tints of Cardin Green #113826

RGB

 RED value IS 17 (7.03% from 255) = 15.32%

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

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

R = 15.32%
G = 50.45%
B = 34.23%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.32

 K value IS 0.78

RGB Variations

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

Color information

#113826 (or 0x113826) is known color: Cardin Green. HEX triplet: 11, 38 and 26. RGB value is (17,56,38). Sum of RGB (Red+Green+Blue) = 17+56+38=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 56 (22.27% from 255 or 50.45% from 111); Blue value is 38 (15.23% from 255 or 34.23% from 111); Max value from RGB is 56 - color contains mainly: green. Hex color #113826 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113826 is #EEC7D9. Grayscale: #2A2A2A. Windows color (decimal): -15648730 or 2504721. OLE color: 2504721.

HSL color Cylindrical-coordinate representation of color #113826: hue angle of 152.31º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113826 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 56 38 -
CMYK 0.70 0 0.32 0.78
HSL 152.31º 0.53% 0.14% -
HSV(B) 152.31º 0.7% 0.22% -
XYZ 2 3.09 2.32 -
YUV 42.29 125.58 109.96 -
System Red Green Blue C M Y K H S L
Decimal 17 56 38 0.70 0 0.32 0.78 152.31 0.53 0.14
Hex 11 38 26 46 0 20 4E 98 35 E
Octal 21 70 46 106 0 40 116 230 65 16
Binary 10001 111000 100110 1000110 0 100000 1001110 10011000 110101 1110

Color Harmonies of #113826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113826

Black with #113826

Text Example


Text Example

White with #113826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113826; }

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

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

background-color css

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

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

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

border-color css

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

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

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