Html Css Color HEX #18634B Jewel

📋 copy color: '#18634B'

red 24 ◦ green 99 ◦ blue 75

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

Shades of Jewel #18634B

Tints of Jewel #18634B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 37.88%

R = 12.12%
G = 50%
B = 37.88%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#18634B (or 0x18634B) is known color: Jewel. HEX triplet: 18, 63 and 4B. RGB value is (24,99,75). Sum of RGB (Red+Green+Blue) = 24+99+75=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 99 (39.06% from 255 or 50% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 99 - color contains mainly: green. Hex color #18634B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18634B is #E79CB4. Grayscale: #494949. Windows color (decimal): -15178933 or 4940568. OLE color: 4940568.

HSL color Cylindrical-coordinate representation of color #18634B: hue angle of 160.8º 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 #18634B is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB 24 99 75 -
CMYK 0.76 0 0.24 0.61
HSL 160.8º 0.61% 0.24% -
HSV(B) 160.8º 0.76% 0.39% -
XYZ 6.11 9.63 8.19 -
YUV 73.84 128.65 92.45 -
System Red Green Blue C M Y K H S L
Decimal 24 99 75 0.76 0 0.24 0.61 160.8 0.61 0.24
Hex 18 63 4B 4C 0 18 3D A1 3D 18
Octal 30 143 113 114 0 30 75 241 75 30
Binary 11000 1100011 1001011 1001100 0 11000 111101 10100001 111101 11000

Color Harmonies of #18634B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18634B

Black with #18634B

Text Example


Text Example

White with #18634B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18634B; }

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

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

background-color css

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

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

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

border-color css

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

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

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