Html Css Color HEX #153426 Cardin Green

📋 copy color: '#153426'

red 21 ◦ green 52 ◦ blue 38

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

Shades of Cardin Green #153426

Tints of Cardin Green #153426

RGB

 RED value IS 21 (8.59% from 255) = 18.92%

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

 BLUE value IS 38 (15.23% from 255) = 34.23%

R = 18.92%
G = 46.85%
B = 34.23%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.27

 K value IS 0.80

RGB Variations

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

Color information

#153426 (or 0x153426) is known color: Cardin Green. HEX triplet: 15, 34 and 26. RGB value is (21,52,38). Sum of RGB (Red+Green+Blue) = 21+52+38=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 52 (20.70% from 255 or 46.85% from 111); Blue value is 38 (15.23% from 255 or 34.23% from 111); Max value from RGB is 52 - color contains mainly: green. Hex color #153426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153426 is #EACBD9. Grayscale: #292929. Windows color (decimal): -15387610 or 2503701. OLE color: 2503701.

HSL color Cylindrical-coordinate representation of color #153426: hue angle of 152.9º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #153426 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.80.

Color convert

RGB 21 52 38 -
CMYK 0.60 0 0.27 0.80
HSL 152.9º 0.42% 0.14% -
HSV(B) 152.9º 0.6% 0.2% -
XYZ 1.89 2.76 2.27 -
YUV 41.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 21 52 38 0.60 0 0.27 0.80 152.9 0.42 0.14
Hex 15 34 26 3C 0 1B 50 99 2A E
Octal 25 64 46 74 0 33 120 231 52 16
Binary 10101 110100 100110 111100 0 11011 1010000 10011001 101010 1110

Color Harmonies of #153426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153426

Black with #153426

Text Example


Text Example

White with #153426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153426; }

 p { color: rgb(21,52,38); }

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

background-color css

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

 a { background-color: rgb(21,52,38); }

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

border-color css

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

 span { border-color: rgb(21,52,38); }

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