Html Css Color HEX #153223 Cardin Green

📋 copy color: '#153223'

red 21 ◦ green 50 ◦ blue 35

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

Shades of Cardin Green #153223

Tints of Cardin Green #153223

RGB

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

 GREEN value IS 50 (19.92% from 255) = 47.17%

 BLUE value IS 35 (14.06% from 255) = 33.02%

R = 19.81%
G = 47.17%
B = 33.02%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.30

 K value IS 0.80

RGB Variations

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

Color information

#153223 (or 0x153223) is known color: Cardin Green. HEX triplet: 15, 32 and 23. RGB value is (21,50,35). Sum of RGB (Red+Green+Blue) = 21+50+35=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 35 (14.06% from 255 or 33.02% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #153223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153223 is #EACDDC. Grayscale: #272727. Windows color (decimal): -15388125 or 2306581. OLE color: 2306581.

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

Color convert

RGB 21 50 35 -
CMYK 0.58 0 0.30 0.80
HSL 148.97º 0.41% 0.14% -
HSV(B) 148.97º 0.58% 0.2% -
XYZ 1.75 2.56 1.99 -
YUV 39.62 125.39 114.72 -
System Red Green Blue C M Y K H S L
Decimal 21 50 35 0.58 0 0.30 0.80 148.97 0.41 0.14
Hex 15 32 23 3A 0 1E 50 95 29 E
Octal 25 62 43 72 0 36 120 225 51 16
Binary 10101 110010 100011 111010 0 11110 1010000 10010101 101001 1110

Color Harmonies of #153223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153223

Black with #153223

Text Example


Text Example

White with #153223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153223; }

 p { color: rgb(21,50,35); }

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

background-color css

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

 a { background-color: rgb(21,50,35); }

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

border-color css

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

 span { border-color: rgb(21,50,35); }

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