Html Css Color HEX #18694C Jewel

📋 copy color: '#18694C'

red 24 ◦ green 105 ◦ blue 76

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

Shades of Jewel #18694C

Tints of Jewel #18694C

RGB

 RED value IS 24 (9.77% from 255) = 11.71%

 GREEN value IS 105 (41.41% from 255) = 51.22%

 BLUE value IS 76 (30.08% from 255) = 37.07%

R = 11.71%
G = 51.22%
B = 37.07%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#18694C (or 0x18694C) is known color: Jewel. HEX triplet: 18, 69 and 4C. RGB value is (24,105,76). Sum of RGB (Red+Green+Blue) = 24+105+76=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 105 (41.41% from 255 or 51.22% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 105 - color contains mainly: green. Hex color #18694C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18694C is #E796B3. Grayscale: #4D4D4D. Windows color (decimal): -15177396 or 5007640. OLE color: 5007640.

HSL color Cylindrical-coordinate representation of color #18694C: hue angle of 158.52º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18694C is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 24 105 76 -
CMYK 0.77 0 0.28 0.59
HSL 158.52º 0.63% 0.25% -
HSV(B) 158.52º 0.77% 0.41% -
XYZ 6.73 10.82 8.57 -
YUV 77.48 127.16 89.86 -
System Red Green Blue C M Y K H S L
Decimal 24 105 76 0.77 0 0.28 0.59 158.52 0.63 0.25
Hex 18 69 4C 4D 0 1C 3B 9F 3F 19
Octal 30 151 114 115 0 34 73 237 77 31
Binary 11000 1101001 1001100 1001101 0 11100 111011 10011111 111111 11001

Color Harmonies of #18694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18694C

Black with #18694C

Text Example


Text Example

White with #18694C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18694C; }

 p { color: rgb(24,105,76); }

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

background-color css

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

 a { background-color: rgb(24,105,76); }

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

border-color css

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

 span { border-color: rgb(24,105,76); }

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