Html Css Color HEX #113925 Cardin Green

📋 copy color: '#113925'

red 17 ◦ green 57 ◦ blue 37

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

Shades of Cardin Green #113925

Tints of Cardin Green #113925

RGB

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

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

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

R = 15.32%
G = 51.35%
B = 33.33%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.35

 K value IS 0.78

RGB Variations

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

Color information

#113925 (or 0x113925) is known color: Cardin Green. HEX triplet: 11, 39 and 25. RGB value is (17,57,37). Sum of RGB (Red+Green+Blue) = 17+57+37=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 57 (22.66% from 255 or 51.35% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 57 - color contains mainly: green. Hex color #113925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113925 is #EEC6DA. Grayscale: #2A2A2A. Windows color (decimal): -15648475 or 2439441. OLE color: 2439441.

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

Color convert

RGB 17 57 37 -
CMYK 0.70 0 0.35 0.78
HSL 150º 0.54% 0.15% -
HSV(B) 150º 0.7% 0.22% -
XYZ 2.03 3.18 2.26 -
YUV 42.76 124.75 109.63 -
System Red Green Blue C M Y K H S L
Decimal 17 57 37 0.70 0 0.35 0.78 150 0.54 0.15
Hex 11 39 25 46 0 23 4E 96 36 F
Octal 21 71 45 106 0 43 116 226 66 17
Binary 10001 111001 100101 1000110 0 100011 1001110 10010110 110110 1111

Color Harmonies of #113925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113925

Black with #113925

Text Example


Text Example

White with #113925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113925; }

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

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

background-color css

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

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

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

border-color css

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

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

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