Html Css Color HEX #113423 Cardin Green

📋 copy color: '#113423'

red 17 ◦ green 52 ◦ blue 35

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

Shades of Cardin Green #113423

Tints of Cardin Green #113423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 33.65%

R = 16.35%
G = 50%
B = 33.65%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.33

 K value IS 0.80

RGB Variations

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

Color information

#113423 (or 0x113423) is known color: Cardin Green. HEX triplet: 11, 34 and 23. RGB value is (17,52,35). Sum of RGB (Red+Green+Blue) = 17+52+35=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 52 (20.70% from 255 or 50% from 104); Blue value is 35 (14.06% from 255 or 33.65% from 104); Max value from RGB is 52 - color contains mainly: green. Hex color #113423 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113423 is #EECBDC. Grayscale: #272727. Windows color (decimal): -15649757 or 2307089. OLE color: 2307089.

HSL color Cylindrical-coordinate representation of color #113423: hue angle of 150.86º 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 #113423 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 52 35 -
CMYK 0.67 0 0.33 0.80
HSL 150.86º 0.51% 0.14% -
HSV(B) 150.86º 0.67% 0.2% -
XYZ 1.76 2.7 2.02 -
YUV 39.6 125.4 111.88 -
System Red Green Blue C M Y K H S L
Decimal 17 52 35 0.67 0 0.33 0.80 150.86 0.51 0.14
Hex 11 34 23 43 0 21 50 97 33 E
Octal 21 64 43 103 0 41 120 227 63 16
Binary 10001 110100 100011 1000011 0 100001 1010000 10010111 110011 1110

Color Harmonies of #113423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113423

Black with #113423

Text Example


Text Example

White with #113423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113423; }

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

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

background-color css

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

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

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

border-color css

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

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

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