Html Css Color HEX #12634A Jewel

📋 copy color: '#12634A'

red 18 ◦ green 99 ◦ blue 74

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

Shades of Jewel #12634A

Tints of Jewel #12634A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 51.83%

 BLUE value IS 74 (29.3% from 255) = 38.74%

R = 9.42%
G = 51.83%
B = 38.74%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#12634A (or 0x12634A) is known color: Jewel. HEX triplet: 12, 63 and 4A. RGB value is (18,99,74). Sum of RGB (Red+Green+Blue) = 18+99+74=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 99 (39.06% from 255 or 51.83% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 99 - color contains mainly: green. Hex color #12634A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12634A is #ED9CB5. Grayscale: #474747. Windows color (decimal): -15572150 or 4875026. OLE color: 4875026.

HSL color Cylindrical-coordinate representation of color #12634A: hue angle of 161.48º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12634A is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 99 74 -
CMYK 0.82 0 0.25 0.61
HSL 161.48º 0.69% 0.23% -
HSV(B) 161.48º 0.82% 0.39% -
XYZ 5.95 9.55 8.01 -
YUV 71.93 129.16 89.53 -
System Red Green Blue C M Y K H S L
Decimal 18 99 74 0.82 0 0.25 0.61 161.48 0.69 0.23
Hex 12 63 4A 52 0 19 3D A1 45 17
Octal 22 143 112 122 0 31 75 241 105 27
Binary 10010 1100011 1001010 1010010 0 11001 111101 10100001 1000101 10111

Color Harmonies of #12634A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12634A

Black with #12634A

Text Example


Text Example

White with #12634A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12634A; }

 p { color: rgb(18,99,74); }

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

background-color css

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

 a { background-color: rgb(18,99,74); }

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

border-color css

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

 span { border-color: rgb(18,99,74); }

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