Html Css Color HEX #125B49 Jewel

📋 copy color: '#125B49'

red 18 ◦ green 91 ◦ blue 73

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

Shades of Jewel #125B49

Tints of Jewel #125B49

RGB

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

 GREEN value IS 91 (35.94% from 255) = 50%

 BLUE value IS 73 (28.91% from 255) = 40.11%

R = 9.89%
G = 50%
B = 40.11%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#125B49 (or 0x125B49) is known color: Jewel. HEX triplet: 12, 5B and 49. RGB value is (18,91,73). Sum of RGB (Red+Green+Blue) = 18+91+73=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 91 (35.94% from 255 or 50% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 91 - color contains mainly: green. Hex color #125B49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125B49 is #EDA4B6. Grayscale: #434343. Windows color (decimal): -15574199 or 4807442. OLE color: 4807442.

HSL color Cylindrical-coordinate representation of color #125B49: hue angle of 165.21º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125B49 is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 91 73 -
CMYK 0.80 0 0.20 0.64
HSL 165.21º 0.67% 0.21% -
HSV(B) 165.21º 0.8% 0.36% -
XYZ 5.19 8.09 7.59 -
YUV 67.12 131.32 92.96 -
System Red Green Blue C M Y K H S L
Decimal 18 91 73 0.80 0 0.20 0.64 165.21 0.67 0.21
Hex 12 5B 49 50 0 14 40 A5 43 15
Octal 22 133 111 120 0 24 100 245 103 25
Binary 10010 1011011 1001001 1010000 0 10100 1000000 10100101 1000011 10101

Color Harmonies of #125B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125B49

Black with #125B49

Text Example


Text Example

White with #125B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125B49; }

 p { color: rgb(18,91,73); }

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

background-color css

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

 a { background-color: rgb(18,91,73); }

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

border-color css

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

 span { border-color: rgb(18,91,73); }

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