Html Css Color HEX #153326 Cardin Green

📋 copy color: '#153326'

red 21 ◦ green 51 ◦ blue 38

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

Shades of Cardin Green #153326

Tints of Cardin Green #153326

RGB

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

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

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

R = 19.09%
G = 46.36%
B = 34.55%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.25

 K value IS 0.8

RGB Variations

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

Color information

#153326 (or 0x153326) is known color: Cardin Green. HEX triplet: 15, 33 and 26. RGB value is (21,51,38). Sum of RGB (Red+Green+Blue) = 21+51+38=110 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.09% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 38 (15.23% from 255 or 34.55% from 110); Max value from RGB is 51 - color contains mainly: green. Hex color #153326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153326 is #EACCD9. Grayscale: #282828. Windows color (decimal): -15387866 or 2503445. OLE color: 2503445.

HSL color Cylindrical-coordinate representation of color #153326: hue angle of 154º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #153326 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.8.

Color convert

RGB 21 51 38 -
CMYK 0.59 0 0.25 0.8
HSL 154º 0.42% 0.14% -
HSV(B) 154º 0.59% 0.2% -
XYZ 1.84 2.67 2.25 -
YUV 40.55 126.56 114.06 -
System Red Green Blue C M Y K H S L
Decimal 21 51 38 0.59 0 0.25 0.8 154 0.42 0.14
Hex 15 33 26 3B 0 19 50 9A 2A E
Octal 25 63 46 73 0 31 120 232 52 16
Binary 10101 110011 100110 111011 0 11001 1010000 10011010 101010 1110

Color Harmonies of #153326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153326

Black with #153326

Text Example


Text Example

White with #153326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153326; }

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

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

background-color css

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

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

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

border-color css

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

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

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