Html Css Color HEX #113825 Cardin Green

📋 copy color: '#113825'

red 17 ◦ green 56 ◦ blue 37

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

Shades of Cardin Green #113825

Tints of Cardin Green #113825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 33.64%

R = 15.45%
G = 50.91%
B = 33.64%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#113825 (or 0x113825) is known color: Cardin Green. HEX triplet: 11, 38 and 25. RGB value is (17,56,37). Sum of RGB (Red+Green+Blue) = 17+56+37=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #113825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113825 is #EEC7DA. Grayscale: #2A2A2A. Windows color (decimal): -15648731 or 2439185. OLE color: 2439185.

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

Color convert

RGB 17 56 37 -
CMYK 0.70 0 0.34 0.78
HSL 150.77º 0.53% 0.14% -
HSV(B) 150.77º 0.7% 0.22% -
XYZ 1.98 3.08 2.24 -
YUV 42.17 125.08 110.04 -
System Red Green Blue C M Y K H S L
Decimal 17 56 37 0.70 0 0.34 0.78 150.77 0.53 0.14
Hex 11 38 25 46 0 22 4E 97 35 E
Octal 21 70 45 106 0 42 116 227 65 16
Binary 10001 111000 100101 1000110 0 100010 1001110 10010111 110101 1110

Color Harmonies of #113825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113825

Black with #113825

Text Example


Text Example

White with #113825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113825; }

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

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

background-color css

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

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

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

border-color css

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

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

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