Html Css Color HEX #193425 Cardin Green

📋 copy color: '#193425'

red 25 ◦ green 52 ◦ blue 37

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

Shades of Cardin Green #193425

Tints of Cardin Green #193425

RGB

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

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

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

R = 21.93%
G = 45.61%
B = 32.46%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.29

 K value IS 0.80

RGB Variations

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

Color information

#193425 (or 0x193425) is known color: Cardin Green. HEX triplet: 19, 34 and 25. RGB value is (25,52,37). Sum of RGB (Red+Green+Blue) = 25+52+37=114 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.93% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 52 - color contains mainly: green. Hex color #193425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193425 is #E6CBDA. Grayscale: #2A2A2A. Windows color (decimal): -15125467 or 2438169. OLE color: 2438169.

HSL color Cylindrical-coordinate representation of color #193425: hue angle of 146.67º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #193425 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.80.

Color convert

RGB 25 52 37 -
CMYK 0.52 0 0.29 0.80
HSL 146.67º 0.35% 0.15% -
HSV(B) 146.67º 0.52% 0.2% -
XYZ 1.96 2.8 2.19 -
YUV 42.22 125.05 115.72 -
System Red Green Blue C M Y K H S L
Decimal 25 52 37 0.52 0 0.29 0.80 146.67 0.35 0.15
Hex 19 34 25 34 0 1D 50 93 23 F
Octal 31 64 45 64 0 35 120 223 43 17
Binary 11001 110100 100101 110100 0 11101 1010000 10010011 100011 1111

Color Harmonies of #193425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193425

Black with #193425

Text Example


Text Example

White with #193425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193425; }

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

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

background-color css

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

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

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

border-color css

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

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

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