Html Css Color HEX #193427 Cardin Green

📋 copy color: '#193427'

red 25 ◦ green 52 ◦ blue 39

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

Shades of Cardin Green #193427

Tints of Cardin Green #193427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 33.62%

R = 21.55%
G = 44.83%
B = 33.62%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.80

RGB Variations

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

Color information

#193427 (or 0x193427) is known color: Cardin Green. HEX triplet: 19, 34 and 27. RGB value is (25,52,39). Sum of RGB (Red+Green+Blue) = 25+52+39=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 39 (15.62% from 255 or 33.62% from 116); Max value from RGB is 52 - color contains mainly: green. Hex color #193427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193427 is #E6CBD8. Grayscale: #2A2A2A. Windows color (decimal): -15125465 or 2569241. OLE color: 2569241.

HSL color Cylindrical-coordinate representation of color #193427: hue angle of 151.11º 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 #193427 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.80.

Color convert

RGB 25 52 39 -
CMYK 0.52 0 0.25 0.80
HSL 151.11º 0.35% 0.15% -
HSV(B) 151.11º 0.52% 0.2% -
XYZ 2 2.81 2.36 -
YUV 42.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 25 52 39 0.52 0 0.25 0.80 151.11 0.35 0.15
Hex 19 34 27 34 0 19 50 97 23 F
Octal 31 64 47 64 0 31 120 227 43 17
Binary 11001 110100 100111 110100 0 11001 1010000 10010111 100011 1111

Color Harmonies of #193427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193427

Black with #193427

Text Example


Text Example

White with #193427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193427; }

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

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

background-color css

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

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

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

border-color css

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

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

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