Html Css Color HEX #123224 Cardin Green

📋 copy color: '#123224'

red 18 ◦ green 50 ◦ blue 36

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

Shades of Cardin Green #123224

Tints of Cardin Green #123224

RGB

 RED value IS 18 (7.42% from 255) = 17.31%

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

 BLUE value IS 36 (14.45% from 255) = 34.62%

R = 17.31%
G = 48.08%
B = 34.62%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.28

 K value IS 0.80

RGB Variations

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

Color information

#123224 (or 0x123224) is known color: Cardin Green. HEX triplet: 12, 32 and 24. RGB value is (18,50,36). Sum of RGB (Red+Green+Blue) = 18+50+36=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 36 (14.45% from 255 or 34.62% from 104); Max value from RGB is 50 - color contains mainly: green. Hex color #123224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123224 is #EDCDDB. Grayscale: #262626. Windows color (decimal): -15584732 or 2372114. OLE color: 2372114.

HSL color Cylindrical-coordinate representation of color #123224: hue angle of 153.75º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #123224 is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.80.

Color convert

RGB 18 50 36 -
CMYK 0.64 0 0.28 0.80
HSL 153.75º 0.47% 0.13% -
HSV(B) 153.75º 0.64% 0.2% -
XYZ 1.71 2.54 2.07 -
YUV 38.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 18 50 36 0.64 0 0.28 0.80 153.75 0.47 0.13
Hex 12 32 24 40 0 1C 50 9A 2F D
Octal 22 62 44 100 0 34 120 232 57 15
Binary 10010 110010 100100 1000000 0 11100 1010000 10011010 101111 1101

Color Harmonies of #123224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123224

Black with #123224

Text Example


Text Example

White with #123224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123224; }

 p { color: rgb(18,50,36); }

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

background-color css

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

 a { background-color: rgb(18,50,36); }

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

border-color css

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

 span { border-color: rgb(18,50,36); }

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