Html Css Color HEX #113225 Cardin Green

📋 copy color: '#113225'

red 17 ◦ green 50 ◦ blue 37

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

Shades of Cardin Green #113225

Tints of Cardin Green #113225

RGB

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

 GREEN value IS 50 (19.92% from 255) = 48.08%

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

R = 16.35%
G = 48.08%
B = 35.58%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.80

RGB Variations

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

Color information

#113225 (or 0x113225) is known color: Cardin Green. HEX triplet: 11, 32 and 25. RGB value is (17,50,37). Sum of RGB (Red+Green+Blue) = 17+50+37=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 37 (14.84% from 255 or 35.58% from 104); Max value from RGB is 50 - color contains mainly: green. Hex color #113225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113225 is #EECDDA. Grayscale: #262626. Windows color (decimal): -15650267 or 2437649. OLE color: 2437649.

HSL color Cylindrical-coordinate representation of color #113225: hue angle of 156.36º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #113225 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 50 37 -
CMYK 0.66 0 0.26 0.80
HSL 156.36º 0.49% 0.13% -
HSV(B) 156.36º 0.66% 0.2% -
XYZ 1.71 2.53 2.15 -
YUV 38.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 17 50 37 0.66 0 0.26 0.80 156.36 0.49 0.13
Hex 11 32 25 42 0 1A 50 9C 31 D
Octal 21 62 45 102 0 32 120 234 61 15
Binary 10001 110010 100101 1000010 0 11010 1010000 10011100 110001 1101

Color Harmonies of #113225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113225

Black with #113225

Text Example


Text Example

White with #113225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113225; }

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

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

background-color css

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

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

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

border-color css

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

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

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