Html Css Color HEX #123326 Cardin Green

📋 copy color: '#123326'

red 18 ◦ green 51 ◦ blue 38

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

Shades of Cardin Green #123326

Tints of Cardin Green #123326

RGB

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

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

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

R = 16.82%
G = 47.66%
B = 35.51%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.8

RGB Variations

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

Color information

#123326 (or 0x123326) is known color: Cardin Green. HEX triplet: 12, 33 and 26. RGB value is (18,51,38). Sum of RGB (Red+Green+Blue) = 18+51+38=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 38 (15.23% from 255 or 35.51% from 107); Max value from RGB is 51 - color contains mainly: green. Hex color #123326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123326 is #EDCCD9. Grayscale: #272727. Windows color (decimal): -15584474 or 2503442. OLE color: 2503442.

HSL color Cylindrical-coordinate representation of color #123326: hue angle of 156.36º 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 #123326 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.8.

Color convert

RGB 18 51 38 -
CMYK 0.65 0 0.25 0.8
HSL 156.36º 0.48% 0.14% -
HSV(B) 156.36º 0.65% 0.2% -
XYZ 1.78 2.64 2.25 -
YUV 39.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 18 51 38 0.65 0 0.25 0.8 156.36 0.48 0.14
Hex 12 33 26 41 0 19 50 9C 30 E
Octal 22 63 46 101 0 31 120 234 60 16
Binary 10010 110011 100110 1000001 0 11001 1010000 10011100 110000 1110

Color Harmonies of #123326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123326

Black with #123326

Text Example


Text Example

White with #123326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123326; }

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

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

background-color css

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

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

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

border-color css

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

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

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