Html Css Color HEX #123628 Cardin Green

📋 copy color: '#123628'

red 18 ◦ green 54 ◦ blue 40

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

Shades of Cardin Green #123628

Tints of Cardin Green #123628

RGB

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

 GREEN value IS 54 (21.48% from 255) = 48.21%

 BLUE value IS 40 (16.02% from 255) = 35.71%

R = 16.07%
G = 48.21%
B = 35.71%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#123628 (or 0x123628) is known color: Cardin Green. HEX triplet: 12, 36 and 28. RGB value is (18,54,40). Sum of RGB (Red+Green+Blue) = 18+54+40=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 54 (21.48% from 255 or 48.21% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 54 - color contains mainly: green. Hex color #123628 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123628 is #EDC9D7. Grayscale: #292929. Windows color (decimal): -15583704 or 2635282. OLE color: 2635282.

HSL color Cylindrical-coordinate representation of color #123628: hue angle of 156.67º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #123628 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB 18 54 40 -
CMYK 0.67 0 0.26 0.79
HSL 156.67º 0.5% 0.14% -
HSV(B) 156.67º 0.67% 0.21% -
XYZ 1.95 2.92 2.47 -
YUV 41.64 127.07 111.14 -
System Red Green Blue C M Y K H S L
Decimal 18 54 40 0.67 0 0.26 0.79 156.67 0.5 0.14
Hex 12 36 28 43 0 1A 4F 9D 32 E
Octal 22 66 50 103 0 32 117 235 62 16
Binary 10010 110110 101000 1000011 0 11010 1001111 10011101 110010 1110

Color Harmonies of #123628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123628

Black with #123628

Text Example


Text Example

White with #123628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123628; }

 p { color: rgb(18,54,40); }

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

background-color css

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

 a { background-color: rgb(18,54,40); }

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

border-color css

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

 span { border-color: rgb(18,54,40); }

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