Html Css Color HEX #185F44 Jewel

📋 copy color: '#185F44'

red 24 ◦ green 95 ◦ blue 68

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

Shades of Jewel #185F44

Tints of Jewel #185F44

RGB

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

 GREEN value IS 95 (37.5% from 255) = 50.8%

 BLUE value IS 68 (26.95% from 255) = 36.36%

R = 12.83%
G = 50.8%
B = 36.36%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.28

 K value IS 0.63

RGB Variations

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

Color information

#185F44 (or 0x185F44) is known color: Jewel. HEX triplet: 18, 5F and 44. RGB value is (24,95,68). Sum of RGB (Red+Green+Blue) = 24+95+68=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 95 (37.5% from 255 or 50.80% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 95 - color contains mainly: green. Hex color #185F44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185F44 is #E7A0BB. Grayscale: #464646. Windows color (decimal): -15179964 or 4480792. OLE color: 4480792.

HSL color Cylindrical-coordinate representation of color #185F44: hue angle of 157.18º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #185F44 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.63.

Color convert

RGB 24 95 68 -
CMYK 0.75 0 0.28 0.63
HSL 157.18º 0.6% 0.23% -
HSV(B) 157.18º 0.75% 0.37% -
XYZ 5.51 8.8 6.88 -
YUV 70.69 126.48 94.7 -
System Red Green Blue C M Y K H S L
Decimal 24 95 68 0.75 0 0.28 0.63 157.18 0.6 0.23
Hex 18 5F 44 4B 0 1C 3F 9D 3C 17
Octal 30 137 104 113 0 34 77 235 74 27
Binary 11000 1011111 1000100 1001011 0 11100 111111 10011101 111100 10111

Color Harmonies of #185F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185F44

Black with #185F44

Text Example


Text Example

White with #185F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185F44; }

 p { color: rgb(24,95,68); }

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

background-color css

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

 a { background-color: rgb(24,95,68); }

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

border-color css

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

 span { border-color: rgb(24,95,68); }

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