Html Css Color HEX #113527 Cardin Green

📋 copy color: '#113527'

red 17 ◦ green 53 ◦ blue 39

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

Shades of Cardin Green #113527

Tints of Cardin Green #113527

RGB

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

 GREEN value IS 53 (21.09% from 255) = 48.62%

 BLUE value IS 39 (15.63% from 255) = 35.78%

R = 15.6%
G = 48.62%
B = 35.78%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#113527 (or 0x113527) is known color: Cardin Green. HEX triplet: 11, 35 and 27. RGB value is (17,53,39). Sum of RGB (Red+Green+Blue) = 17+53+39=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 53 (21.09% from 255 or 48.62% from 109); Blue value is 39 (15.62% from 255 or 35.78% from 109); Max value from RGB is 53 - color contains mainly: green. Hex color #113527 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113527 is #EECAD8. Grayscale: #282828. Windows color (decimal): -15649497 or 2569489. OLE color: 2569489.

HSL color Cylindrical-coordinate representation of color #113527: hue angle of 156.67º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #113527 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB 17 53 39 -
CMYK 0.68 0 0.26 0.79
HSL 156.67º 0.51% 0.14% -
HSV(B) 156.67º 0.68% 0.21% -
XYZ 1.87 2.81 2.36 -
YUV 40.64 127.07 111.14 -
System Red Green Blue C M Y K H S L
Decimal 17 53 39 0.68 0 0.26 0.79 156.67 0.51 0.14
Hex 11 35 27 44 0 1A 4F 9D 33 E
Octal 21 65 47 104 0 32 117 235 63 16
Binary 10001 110101 100111 1000100 0 11010 1001111 10011101 110011 1110

Color Harmonies of #113527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113527

Black with #113527

Text Example


Text Example

White with #113527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113527; }

 p { color: rgb(17,53,39); }

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

background-color css

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

 a { background-color: rgb(17,53,39); }

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

border-color css

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

 span { border-color: rgb(17,53,39); }

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