Html Css Color HEX #123324 Cardin Green

📋 copy color: '#123324'

red 18 ◦ green 51 ◦ blue 36

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

Shades of Cardin Green #123324

Tints of Cardin Green #123324

RGB

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

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

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

R = 17.14%
G = 48.57%
B = 34.29%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.29

 K value IS 0.8

RGB Variations

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

Color information

#123324 (or 0x123324) is known color: Cardin Green. HEX triplet: 12, 33 and 24. RGB value is (18,51,36). Sum of RGB (Red+Green+Blue) = 18+51+36=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 51 - color contains mainly: green. Hex color #123324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123324 is #EDCCDB. Grayscale: #272727. Windows color (decimal): -15584476 or 2372370. OLE color: 2372370.

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

Color convert

RGB 18 51 36 -
CMYK 0.65 0 0.29 0.8
HSL 152.73º 0.48% 0.14% -
HSV(B) 152.73º 0.65% 0.2% -
XYZ 1.75 2.62 2.08 -
YUV 39.42 126.07 112.72 -
System Red Green Blue C M Y K H S L
Decimal 18 51 36 0.65 0 0.29 0.8 152.73 0.48 0.14
Hex 12 33 24 41 0 1D 50 99 30 E
Octal 22 63 44 101 0 35 120 231 60 16
Binary 10010 110011 100100 1000001 0 11101 1010000 10011001 110000 1110

Color Harmonies of #123324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123324

Black with #123324

Text Example


Text Example

White with #123324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123324; }

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

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

background-color css

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

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

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

border-color css

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

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

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