Html Css Color HEX #123426 Cardin Green

📋 copy color: '#123426'

red 18 ◦ green 52 ◦ blue 38

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

Shades of Cardin Green #123426

Tints of Cardin Green #123426

RGB

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

 GREEN value IS 52 (20.7% from 255) = 48.15%

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

R = 16.67%
G = 48.15%
B = 35.19%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.27

 K value IS 0.80

RGB Variations

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

Color information

#123426 (or 0x123426) is known color: Cardin Green. HEX triplet: 12, 34 and 26. RGB value is (18,52,38). Sum of RGB (Red+Green+Blue) = 18+52+38=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 38 (15.23% from 255 or 35.19% from 108); Max value from RGB is 52 - color contains mainly: green. Hex color #123426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123426 is #EDCBD9. Grayscale: #282828. Windows color (decimal): -15584218 or 2503698. OLE color: 2503698.

HSL color Cylindrical-coordinate representation of color #123426: hue angle of 155.29º degrees, saturation: 0.49, 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 #123426 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.80.

Color convert

RGB 18 52 38 -
CMYK 0.65 0 0.27 0.80
HSL 155.29º 0.49% 0.14% -
HSV(B) 155.29º 0.65% 0.2% -
XYZ 1.83 2.72 2.26 -
YUV 40.24 126.74 112.14 -
System Red Green Blue C M Y K H S L
Decimal 18 52 38 0.65 0 0.27 0.80 155.29 0.49 0.14
Hex 12 34 26 41 0 1B 50 9B 31 E
Octal 22 64 46 101 0 33 120 233 61 16
Binary 10010 110100 100110 1000001 0 11011 1010000 10011011 110001 1110

Color Harmonies of #123426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123426

Black with #123426

Text Example


Text Example

White with #123426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123426; }

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

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

background-color css

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

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

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

border-color css

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

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

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