Html Css Color HEX #113022 Cardin Green

📋 copy color: '#113022'

red 17 ◦ green 48 ◦ blue 34

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

Shades of Cardin Green #113022

Tints of Cardin Green #113022

RGB

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

 GREEN value IS 48 (19.14% from 255) = 48.48%

 BLUE value IS 34 (13.67% from 255) = 34.34%

R = 17.17%
G = 48.48%
B = 34.34%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.29

 K value IS 0.81

RGB Variations

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

Color information

#113022 (or 0x113022) is known color: Cardin Green. HEX triplet: 11, 30 and 22. RGB value is (17,48,34). Sum of RGB (Red+Green+Blue) = 17+48+34=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 34 (13.67% from 255 or 34.34% from 99); Max value from RGB is 48 - color contains mainly: green. Hex color #113022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113022 is #EECFDD. Grayscale: #252525. Windows color (decimal): -15650782 or 2240529. OLE color: 2240529.

HSL color Cylindrical-coordinate representation of color #113022: hue angle of 152.9º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #113022 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 48 34 -
CMYK 0.65 0 0.29 0.81
HSL 152.9º 0.48% 0.13% -
HSV(B) 152.9º 0.65% 0.19% -
XYZ 1.58 2.35 1.88 -
YUV 37.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 17 48 34 0.65 0 0.29 0.81 152.9 0.48 0.13
Hex 11 30 22 41 0 1D 51 99 30 D
Octal 21 60 42 101 0 35 121 231 60 15
Binary 10001 110000 100010 1000001 0 11101 1010001 10011001 110000 1101

Color Harmonies of #113022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113022

Black with #113022

Text Example


Text Example

White with #113022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113022; }

 p { color: rgb(17,48,34); }

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

background-color css

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

 a { background-color: rgb(17,48,34); }

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

border-color css

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

 span { border-color: rgb(17,48,34); }

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