Html Css Color HEX #5B9265 Laurel

📋 copy color: '#5B9265'

red 91 ◦ green 146 ◦ blue 101

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

Shades of Laurel #5B9265

Tints of Laurel #5B9265

RGB

 RED value IS 91 (35.94% from 255) = 26.92%

 GREEN value IS 146 (57.42% from 255) = 43.2%

 BLUE value IS 101 (39.84% from 255) = 29.88%

R = 26.92%
G = 43.2%
B = 29.88%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#5B9265 (or 0x5B9265) is known color: Laurel. HEX triplet: 5B, 92 and 65. RGB value is (91,146,101). Sum of RGB (Red+Green+Blue) = 91+146+101=338 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.92% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 146 - color contains mainly: green. Hex color #5B9265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9265 is #A46D9A. Grayscale: #7C7C7C. Windows color (decimal): -10775963 or 6656603. OLE color: 6656603.

HSL color Cylindrical-coordinate representation of color #5B9265: hue angle of 130.91º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B9265 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB 91 146 101 -
CMYK 0.38 0 0.31 0.43
HSL 130.91º 0.23% 0.46% -
HSV(B) 130.91º 0.38% 0.57% -
XYZ 16.94 23.72 16 -
YUV 124.43 114.78 104.16 -
System Red Green Blue C M Y K H S L
Decimal 91 146 101 0.38 0 0.31 0.43 130.91 0.23 0.46
Hex 5B 92 65 26 0 1F 2B 83 17 2E
Octal 133 222 145 46 0 37 53 203 27 56
Binary 1011011 10010010 1100101 100110 0 11111 101011 10000011 10111 101110

Color Harmonies of #5B9265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9265

Black with #5B9265

Text Example


Text Example

White with #5B9265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B9265; }

 p { color: rgb(91,146,101); }

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

background-color css

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

 a { background-color: rgb(91,146,101); }

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

border-color css

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

 span { border-color: rgb(91,146,101); }

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