Html Css Color HEX #183223 Cardin Green

📋 copy color: '#183223'

red 24 ◦ green 50 ◦ blue 35

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

Shades of Cardin Green #183223

Tints of Cardin Green #183223

RGB

 RED value IS 24 (9.77% from 255) = 22.02%

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

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

R = 22.02%
G = 45.87%
B = 32.11%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.30

 K value IS 0.80

RGB Variations

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

Color information

#183223 (or 0x183223) is known color: Cardin Green. HEX triplet: 18, 32 and 23. RGB value is (24,50,35). Sum of RGB (Red+Green+Blue) = 24+50+35=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 50 - color contains mainly: green. Hex color #183223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183223 is #E7CDDC. Grayscale: #282828. Windows color (decimal): -15191517 or 2306584. OLE color: 2306584.

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

Color convert

RGB 24 50 35 -
CMYK 0.52 0 0.30 0.80
HSL 145.38º 0.35% 0.15% -
HSV(B) 145.38º 0.52% 0.2% -
XYZ 1.82 2.6 2 -
YUV 40.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 24 50 35 0.52 0 0.30 0.80 145.38 0.35 0.15
Hex 18 32 23 34 0 1E 50 91 23 F
Octal 30 62 43 64 0 36 120 221 43 17
Binary 11000 110010 100011 110100 0 11110 1010000 10010001 100011 1111

Color Harmonies of #183223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183223

Black with #183223

Text Example


Text Example

White with #183223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183223; }

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

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

background-color css

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

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

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

border-color css

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

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

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