Html Css Color HEX #125B48 Jewel

📋 copy color: '#125B48'

red 18 ◦ green 91 ◦ blue 72

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

Shades of Jewel #125B48

Tints of Jewel #125B48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 39.78%

R = 9.94%
G = 50.28%
B = 39.78%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.21

 K value IS 0.64

RGB Variations

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

Color information

#125B48 (or 0x125B48) is known color: Jewel. HEX triplet: 12, 5B and 48. RGB value is (18,91,72). Sum of RGB (Red+Green+Blue) = 18+91+72=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 91 (35.94% from 255 or 50.28% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 91 - color contains mainly: green. Hex color #125B48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125B48 is #EDA4B7. Grayscale: #434343. Windows color (decimal): -15574200 or 4741906. OLE color: 4741906.

HSL color Cylindrical-coordinate representation of color #125B48: hue angle of 164.38º 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 #125B48 is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 91 72 -
CMYK 0.80 0 0.21 0.64
HSL 164.38º 0.67% 0.21% -
HSV(B) 164.38º 0.8% 0.36% -
XYZ 5.16 8.08 7.42 -
YUV 67.01 130.82 93.04 -
System Red Green Blue C M Y K H S L
Decimal 18 91 72 0.80 0 0.21 0.64 164.38 0.67 0.21
Hex 12 5B 48 50 0 15 40 A4 43 15
Octal 22 133 110 120 0 25 100 244 103 25
Binary 10010 1011011 1001000 1010000 0 10101 1000000 10100100 1000011 10101

Color Harmonies of #125B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125B48

Black with #125B48

Text Example


Text Example

White with #125B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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