Html Css Color HEX #123627 Cardin Green

📋 copy color: '#123627'

red 18 ◦ green 54 ◦ blue 39

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

Shades of Cardin Green #123627

Tints of Cardin Green #123627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 35.14%

R = 16.22%
G = 48.65%
B = 35.14%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.28

 K value IS 0.79

RGB Variations

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

Color information

#123627 (or 0x123627) is known color: Cardin Green. HEX triplet: 12, 36 and 27. RGB value is (18,54,39). Sum of RGB (Red+Green+Blue) = 18+54+39=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 54 (21.48% from 255 or 48.65% from 111); Blue value is 39 (15.62% from 255 or 35.14% from 111); Max value from RGB is 54 - color contains mainly: green. Hex color #123627 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123627 is #EDC9D8. Grayscale: #292929. Windows color (decimal): -15583705 or 2569746. OLE color: 2569746.

HSL color Cylindrical-coordinate representation of color #123627: hue angle of 155º 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 #123627 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB 18 54 39 -
CMYK 0.67 0 0.28 0.79
HSL 155º 0.5% 0.14% -
HSV(B) 155º 0.67% 0.21% -
XYZ 1.93 2.91 2.38 -
YUV 41.53 126.57 111.22 -
System Red Green Blue C M Y K H S L
Decimal 18 54 39 0.67 0 0.28 0.79 155 0.5 0.14
Hex 12 36 27 43 0 1C 4F 9B 32 E
Octal 22 66 47 103 0 34 117 233 62 16
Binary 10010 110110 100111 1000011 0 11100 1001111 10011011 110010 1110

Color Harmonies of #123627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123627

Black with #123627

Text Example


Text Example

White with #123627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123627; }

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

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

background-color css

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

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

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

border-color css

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

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

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