Html Css Color HEX #163425 Cardin Green

📋 copy color: '#163425'

red 22 ◦ green 52 ◦ blue 37

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

Shades of Cardin Green #163425

Tints of Cardin Green #163425

RGB

 RED value IS 22 (8.98% from 255) = 19.82%

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

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

R = 19.82%
G = 46.85%
B = 33.33%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.80

RGB Variations

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

Color information

#163425 (or 0x163425) is known color: Cardin Green. HEX triplet: 16, 34 and 25. RGB value is (22,52,37). Sum of RGB (Red+Green+Blue) = 22+52+37=111 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.82% from 111); Green value is 52 (20.70% from 255 or 46.85% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 52 - color contains mainly: green. Hex color #163425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163425 is #E9CBDA. Grayscale: #292929. Windows color (decimal): -15322075 or 2438166. OLE color: 2438166.

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

Color convert

RGB 22 52 37 -
CMYK 0.58 0 0.29 0.80
HSL 150º 0.41% 0.15% -
HSV(B) 150º 0.58% 0.2% -
XYZ 1.89 2.76 2.18 -
YUV 41.32 125.56 114.22 -
System Red Green Blue C M Y K H S L
Decimal 22 52 37 0.58 0 0.29 0.80 150 0.41 0.15
Hex 16 34 25 3A 0 1D 50 96 29 F
Octal 26 64 45 72 0 35 120 226 51 17
Binary 10110 110100 100101 111010 0 11101 1010000 10010110 101001 1111

Color Harmonies of #163425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163425

Black with #163425

Text Example


Text Example

White with #163425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163425; }

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

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

background-color css

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

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

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

border-color css

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

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

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