Html Css Color HEX #193325 Cardin Green

📋 copy color: '#193325'

red 25 ◦ green 51 ◦ blue 37

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

Shades of Cardin Green #193325

Tints of Cardin Green #193325

RGB

 RED value IS 25 (10.16% from 255) = 22.12%

 GREEN value IS 51 (20.31% from 255) = 45.13%

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

R = 22.12%
G = 45.13%
B = 32.74%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.27

 K value IS 0.8

RGB Variations

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

Color information

#193325 (or 0x193325) is known color: Cardin Green. HEX triplet: 19, 33 and 25. RGB value is (25,51,37). Sum of RGB (Red+Green+Blue) = 25+51+37=113 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.12% from 113); Green value is 51 (20.31% from 255 or 45.13% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 51 - color contains mainly: green. Hex color #193325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193325 is #E6CCDA. Grayscale: #292929. Windows color (decimal): -15125723 or 2437913. OLE color: 2437913.

HSL color Cylindrical-coordinate representation of color #193325: hue angle of 147.69º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #193325 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.8.

Color convert

RGB 25 51 37 -
CMYK 0.51 0 0.27 0.8
HSL 147.69º 0.34% 0.15% -
HSV(B) 147.69º 0.51% 0.2% -
XYZ 1.92 2.71 2.17 -
YUV 41.63 125.39 116.14 -
System Red Green Blue C M Y K H S L
Decimal 25 51 37 0.51 0 0.27 0.8 147.69 0.34 0.15
Hex 19 33 25 33 0 1B 50 94 22 F
Octal 31 63 45 63 0 33 120 224 42 17
Binary 11001 110011 100101 110011 0 11011 1010000 10010100 100010 1111

Color Harmonies of #193325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193325

Black with #193325

Text Example


Text Example

White with #193325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193325; }

 p { color: rgb(25,51,37); }

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

background-color css

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

 a { background-color: rgb(25,51,37); }

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

border-color css

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

 span { border-color: rgb(25,51,37); }

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