Html Css Color HEX #739473 Laurel

📋 copy color: '#739473'

red 115 ◦ green 148 ◦ blue 115

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

Shades of Laurel #739473

Tints of Laurel #739473

RGB

 RED value IS 115 (45.31% from 255) = 30.42%

 GREEN value IS 148 (58.2% from 255) = 39.15%

 BLUE value IS 115 (45.31% from 255) = 30.42%

R = 30.42%
G = 39.15%
B = 30.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#739473 (or 0x739473) is known color: Laurel. HEX triplet: 73, 94 and 73. RGB value is (115,148,115). Sum of RGB (Red+Green+Blue) = 115+148+115=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 148 - color contains mainly: green. Hex color #739473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739473 is #8C6B8C. Grayscale: #868686. Windows color (decimal): -9202573 or 7574643. OLE color: 7574643.

HSL color Cylindrical-coordinate representation of color #739473: hue angle of 120º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #739473 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 148 115 -
CMYK 0.22 0 0.22 0.42
HSL 120º 0.13% 0.52% -
HSV(B) 120º 0.22% 0.58% -
XYZ 20.75 26.06 20.16 -
YUV 134.37 117.07 114.18 -
System Red Green Blue C M Y K H S L
Decimal 115 148 115 0.22 0 0.22 0.42 120 0.13 0.52
Hex 73 94 73 16 0 16 2A 78 D 34
Octal 163 224 163 26 0 26 52 170 15 64
Binary 1110011 10010100 1110011 10110 0 10110 101010 1111000 1101 110100

Color Harmonies of #739473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739473

Black with #739473

Text Example


Text Example

White with #739473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739473; }

 p { color: rgb(115,148,115); }

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

background-color css

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

 a { background-color: rgb(115,148,115); }

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

border-color css

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

 span { border-color: rgb(115,148,115); }

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