Html Css Color HEX #37863B Japanese Laurel

📋 copy color: '#37863B'

red 55 ◦ green 134 ◦ blue 59

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

Shades of Japanese Laurel #37863B

Tints of Japanese Laurel #37863B

RGB

 RED value IS 55 (21.88% from 255) = 22.18%

 GREEN value IS 134 (52.73% from 255) = 54.03%

 BLUE value IS 59 (23.44% from 255) = 23.79%

R = 22.18%
G = 54.03%
B = 23.79%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#37863B (or 0x37863B) is known color: Japanese Laurel. HEX triplet: 37, 86 and 3B. RGB value is (55,134,59). Sum of RGB (Red+Green+Blue) = 55+134+59=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 134 (52.73% from 255 or 54.03% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 134 - color contains mainly: green. Hex color #37863B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37863B is #C879C4. Grayscale: #666666. Windows color (decimal): -13138373 or 3900983. OLE color: 3900983.

HSL color Cylindrical-coordinate representation of color #37863B: hue angle of 123.04º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #37863B is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 134 59 -
CMYK 0.59 0 0.56 0.47
HSL 123.04º 0.42% 0.37% -
HSV(B) 123.04º 0.59% 0.53% -
XYZ 10.89 18.18 7.07 -
YUV 101.83 103.83 94.6 -
System Red Green Blue C M Y K H S L
Decimal 55 134 59 0.59 0 0.56 0.47 123.04 0.42 0.37
Hex 37 86 3B 3B 0 38 2F 7B 2A 25
Octal 67 206 73 73 0 70 57 173 52 45
Binary 110111 10000110 111011 111011 0 111000 101111 1111011 101010 100101

Color Harmonies of #37863B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37863B

Black with #37863B

Text Example


Text Example

White with #37863B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37863B; }

 p { color: rgb(55,134,59); }

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

background-color css

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

 a { background-color: rgb(55,134,59); }

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

border-color css

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

 span { border-color: rgb(55,134,59); }

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