Html Css Color HEX #113428 Cardin Green

📋 copy color: '#113428'

red 17 ◦ green 52 ◦ blue 40

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

Shades of Cardin Green #113428

Tints of Cardin Green #113428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 47.71%

 BLUE value IS 40 (16.02% from 255) = 36.7%

R = 15.6%
G = 47.71%
B = 36.7%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.23

 K value IS 0.80

RGB Variations

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

Color information

#113428 (or 0x113428) is known color: Cardin Green. HEX triplet: 11, 34 and 28. RGB value is (17,52,40). Sum of RGB (Red+Green+Blue) = 17+52+40=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 52 (20.70% from 255 or 47.71% from 109); Blue value is 40 (16.02% from 255 or 36.70% from 109); Max value from RGB is 52 - color contains mainly: green. Hex color #113428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113428 is #EECBD7. Grayscale: #282828. Windows color (decimal): -15649752 or 2634769. OLE color: 2634769.

HSL color Cylindrical-coordinate representation of color #113428: hue angle of 159.43º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #113428 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 52 40 -
CMYK 0.67 0 0.23 0.80
HSL 159.43º 0.51% 0.14% -
HSV(B) 159.43º 0.67% 0.2% -
XYZ 1.84 2.73 2.44 -
YUV 40.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 17 52 40 0.67 0 0.23 0.80 159.43 0.51 0.14
Hex 11 34 28 43 0 17 50 9F 33 E
Octal 21 64 50 103 0 27 120 237 63 16
Binary 10001 110100 101000 1000011 0 10111 1010000 10011111 110011 1110

Color Harmonies of #113428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113428

Black with #113428

Text Example


Text Example

White with #113428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113428; }

 p { color: rgb(17,52,40); }

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

background-color css

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

 a { background-color: rgb(17,52,40); }

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

border-color css

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

 span { border-color: rgb(17,52,40); }

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