Html Css Color HEX #186345 Jewel

📋 copy color: '#186345'

red 24 ◦ green 99 ◦ blue 69

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

Shades of Jewel #186345

Tints of Jewel #186345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 35.94%

R = 12.5%
G = 51.56%
B = 35.94%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#186345 (or 0x186345) is known color: Jewel. HEX triplet: 18, 63 and 45. RGB value is (24,99,69). Sum of RGB (Red+Green+Blue) = 24+99+69=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 99 (39.06% from 255 or 51.56% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 99 - color contains mainly: green. Hex color #186345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186345 is #E79CBA. Grayscale: #494949. Windows color (decimal): -15178939 or 4547352. OLE color: 4547352.

HSL color Cylindrical-coordinate representation of color #186345: hue angle of 156º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #186345 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB 24 99 69 -
CMYK 0.76 0 0.30 0.61
HSL 156º 0.61% 0.24% -
HSV(B) 156º 0.76% 0.39% -
XYZ 5.91 9.55 7.16 -
YUV 73.16 125.65 92.94 -
System Red Green Blue C M Y K H S L
Decimal 24 99 69 0.76 0 0.30 0.61 156 0.61 0.24
Hex 18 63 45 4C 0 1E 3D 9C 3D 18
Octal 30 143 105 114 0 36 75 234 75 30
Binary 11000 1100011 1000101 1001100 0 11110 111101 10011100 111101 11000

Color Harmonies of #186345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186345

Black with #186345

Text Example


Text Example

White with #186345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186345; }

 p { color: rgb(24,99,69); }

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

background-color css

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

 a { background-color: rgb(24,99,69); }

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

border-color css

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

 span { border-color: rgb(24,99,69); }

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