Html Css Color HEX #37863C Japanese Laurel

📋 copy color: '#37863C'

red 55 ◦ green 134 ◦ blue 60

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

Shades of Japanese Laurel #37863C

Tints of Japanese Laurel #37863C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.1%

R = 22.09%
G = 53.82%
B = 24.1%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#37863C (or 0x37863C) is known color: Japanese Laurel. HEX triplet: 37, 86 and 3C. RGB value is (55,134,60). Sum of RGB (Red+Green+Blue) = 55+134+60=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 134 (52.73% from 255 or 53.82% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 134 - color contains mainly: green. Hex color #37863C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37863C is #C879C3. Grayscale: #666666. Windows color (decimal): -13138372 or 3966519. OLE color: 3966519.

HSL color Cylindrical-coordinate representation of color #37863C: hue angle of 123.8º 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 #37863C is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 134 60 -
CMYK 0.59 0 0.55 0.47
HSL 123.8º 0.42% 0.37% -
HSV(B) 123.8º 0.59% 0.53% -
XYZ 10.92 18.19 7.21 -
YUV 101.94 104.33 94.52 -
System Red Green Blue C M Y K H S L
Decimal 55 134 60 0.59 0 0.55 0.47 123.8 0.42 0.37
Hex 37 86 3C 3B 0 37 2F 7C 2A 25
Octal 67 206 74 73 0 67 57 174 52 45
Binary 110111 10000110 111100 111011 0 110111 101111 1111100 101010 100101

Color Harmonies of #37863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37863C

Black with #37863C

Text Example


Text Example

White with #37863C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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